andrei 2009/06/26 19:55:06 CEST
SER CVS Repository
Modified files:
. sctp_options.c sctp_options.h
sctp_server.c sctp_server.h
Log:
sctp: assoc_tracking option
Association tracking can now be turned on/off at runtime.
Turning it off saves some memory and gives slightly better
performance at the cost of having to turn off some other features
that depend on it (right now that will be sctp_assoc_reuse).
Revision Changes Path
1.11 +67 -6 sip_router/sctp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.c.dif…
1.7 +4 -2 sip_router/sctp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_options.h.dif…
1.31 +43 -10 sip_router/sctp_server.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.c.diff…
1.7 +3 -1 sip_router/sctp_server.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/sctp_server.h.diff…