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…
1.121 +10 -1 sip_router/cfg.lex
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.lex.diff?r1=1.…
1.178 +22 -1 sip_router/cfg.y
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.y.diff?r1=1.17…
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.7 +101 -9 sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.dif…
1.4 +5 -1 sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.dif…
1.27 +99 -4 sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff…
1.6 +3 -3 sip_router/sctp_server.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.h.diff…