andrei      2009/03/09 14:45:50 CET

  SER CVS Repository

  Modified files:
    .                    NEWS cfg.lex cfg.y tcp_init.h tcp_main.c 
                         tcp_options.c tcp_options.h 
  Log:
  tcp: config option for the async write block size
  
   - the block size used for the async writes can now be configured
     both from ser.cfg (tcp_wq_blk_size) and at runtime. This value
     has only a little performance impact and only when writes are
     delayed.  Small values are safer (big values on proxies that
     open thousands of connections over slow links would eat up a
     lot of memory). For now it's main use is debugging.
  
  Revision  Changes    Path
  1.101     +9 -2      sip_router/NEWS
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/NEWS.diff?r1=1.100&r2=1.101
  1.119     +4 -1      sip_router/cfg.lex
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.lex.diff?r1=1.118&r2=1.119
  1.173     +10 -1     sip_router/cfg.y
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/cfg.y.diff?r1=1.172&r2=1.173
  1.9       +3 -1      sip_router/tcp_init.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_init.h.diff?r1=1.8&r2=1.9
  1.141     +3 -4      sip_router/tcp_main.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_main.c.diff?r1=1.140&r2=1.141
  1.14      +6 -1      sip_router/tcp_options.c
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.c.diff?r1=1.13&r2=1.14
  1.13      +2 -1      sip_router/tcp_options.h
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/tcp_options.h.diff?r1=1.12&r2=1.13
_______________________________________________
Serdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/serdev

Reply via email to