andrei 2009/03/09 14:45:29 CET
SER CVS Repository
Modified files:
. NEWS cfg.lex cfg.y tcp_conn.h tcp_init.h
tcp_main.c tcp_options.c tcp_options.h
tcp_read.c
Log:
tcp: config option for the read buffer size
- the read buffer size can now be configured both at runtime and
from ser.cfg (tcp_rd_buf_size). A high value will help
performance for tcp connections with lots of traffic, however it
will increase the memory consumption. As a rule of thumb use
high values(e.g. 32768, 65536) on servers which open only a few
tcp connections and have very heavy traffic on them and a low
value (e.g. 4096, 2048) on servers that are expected to have
lots of open connections (50k - 100k+). Note also that this
value will also limit the maximum sip datagram size that can be
received on tcp. The default value is 4096.
Revision Changes Path
1.100 +8 -1 sip_router/NEWS
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/NEWS.diff?r1=1.99&r2=1.100
1.118 +4 -1 sip_router/cfg.lex
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.lex.diff?r1=1.117&r2=1.118
1.172 +11 -2 sip_router/cfg.y
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.y.diff?r1=1.171&r2=1.172
1.45 +6 -4 sip_router/tcp_conn.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_conn.h.diff?r1=1.44&r2=1.45
1.8 +3 -1 sip_router/tcp_init.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_init.h.diff?r1=1.7&r2=1.8
1.140 +6 -4 sip_router/tcp_main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_main.c.diff?r1=1.139&r2=1.140
1.13 +38 -1 sip_router/tcp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.c.diff?r1=1.12&r2=1.13
1.12 +2 -1 sip_router/tcp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.h.diff?r1=1.11&r2=1.12
1.54 +2 -2 sip_router/tcp_read.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_read.c.diff?r1=1.53&r2=1.54
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev