andrei      2009/03/05 18:20:53 CET

  SER CVS Repository

  Modified files:
    .                    core_cmd.c tcp_options.c 
  Log:
  tcp: enable runtime changing for most of the cfg vars
  
  - following tcp config variables can now be changes at runtime:
    connect_timeout, send_timeout, connection_lifetime,
    max_connections (can be decreased, it cannot be increased more
    then the startup value), conn_wq_max, wq_max, crlf_ping,
    accept_aliases, alias_flags, new_conn_alias_flags.
  - the following variables can be changes but they will affect only
    new connections opened by ser: delayed_ack, syncnt, linger2,
    keepalive, keepidle, keepintvl, keepcnt
    (for the ser.cfg equivalent, just add tcp_ in front of the
    variable name; for help and grep NEWS)
  
  - updated core.tcp_options to dump all the tcp config options
  
  Revision  Changes    Path
  1.32      +15 -9     sip_router/core_cmd.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/core_cmd.c.diff?r1=1.31&r2=1.32
  1.9       +85 -22    sip_router/tcp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.c.diff?r1=1.8&r2=1.9
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to