[sr-dev] CVS:commitlog: sip_router NEWS cfg.lex cfg.y core_cmd.c sctp_options.c sctp_options.h sctp_server.c sctp_server.h
Andrei Pelinescu-Onciul
andrei at iptel.org
Fri May 29 14:24:59 CEST 2009
andrei 2009/05/29 14:24:59 CEST
SER CVS Repository
Modified files:
. NEWS cfg.lex cfg.y core_cmd.c
sctp_options.c sctp_options.h
sctp_server.c sctp_server.h
Log:
sctp: retransmission options
- added new config and runtime options for controlling the
retransmissions at the sctp protocol level:
sctp_srto_initial - initial value of the retr. timeout used in
RTO calculations.
sctp_srto_max - maximum value of the retr. timeout (RTO).
sctp_srto_min - minimum value of the retr. timeout (RTO).
- on startup get the OS defaults for the sctp options so that
sercmd core.sctp_options always displays the options in use
(even if they haven't been "manually").
Revision Changes Path
1.104 +14 -2 sip_router/NEWS
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/NEWS.diff?r1=1.103&r2=1.104
1.121 +10 -1 sip_router/cfg.lex
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.lex.diff?r1=1.120&r2=1.121
1.178 +22 -1 sip_router/cfg.y
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.y.diff?r1=1.177&r2=1.178
1.38 +7 -4 sip_router/core_cmd.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/core_cmd.c.diff?r1=1.37&r2=1.38
1.7 +101 -9 sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.diff?r1=1.6&r2=1.7
1.4 +5 -1 sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.diff?r1=1.3&r2=1.4
1.27 +99 -4 sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff?r1=1.26&r2=1.27
1.6 +3 -3 sip_router/sctp_server.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.h.diff?r1=1.5&r2=1.6
More information about the sr-dev
mailing list