[sr-dev] CVS:commitlog: sip_router NEWS cfg.y core_cmd.c main.c sctp_options.c sctp_options.h sctp_server.c

Andrei Pelinescu-Onciul andrei at iptel.org
Tue May 26 19:20:14 CEST 2009


andrei      2009/05/26 19:20:14 CEST

  SER CVS Repository

  Modified files:
    .                    NEWS cfg.y core_cmd.c main.c 
                         sctp_options.c sctp_options.h 
                         sctp_server.c 
  Log:
  sctp: enable runtime changing for some of the cfg vars
  
  Migrated sctp to the cfg. framework.
  All config variables can be interrogated at runtime using the
  cfg.get rpc (e.g. $ sercmd cfg.get sctp send_ttl) and some of
  them can also be changed (send_ttl and send_retries for now).
  
  Revision  Changes    Path
  1.102     +4 -1      sip_router/NEWS
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/NEWS.diff?r1=1.101&r2=1.102
  1.177     +6 -6      sip_router/cfg.y
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.y.diff?r1=1.176&r2=1.177
  1.37      +8 -7      sip_router/core_cmd.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/core_cmd.c.diff?r1=1.36&r2=1.37
  1.275     +8 -2      sip_router/main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/main.c.diff?r1=1.274&r2=1.275
  1.5       +67 -15    sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.diff?r1=1.4&r2=1.5
  1.3       +14 -9     sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.diff?r1=1.2&r2=1.3
  1.25      +30 -20    sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.24&r2=1.25



More information about the sr-dev mailing list