Hi all,

fixed in assp 2.5.2 build 16158:


added:

'TCPBufferSize','TCP and SSL Read/Write Buffer Size'
  'Define the buffer size in byte used for TCP- and SSL socket read and 
write operations - defaults to empty.
  Any or all of the following four values can be defined:
 
  tcprcv - TCP receive buffer size
  tcpsnd - TCP send buffer size
  sslrcv - SSL receive buffer size
  sslsnd - SSL send buffer size
 
  Multiple value definition have to be separated by comma or pipe, like: 
tcprcv = 65536, tcpsnd = 65536, ...
  Possible size values are 8192-999999 , special value for sslrcv and 
sslsnd is zero.
  If a value is not specified for tcprcv or tcpsnd, the according TCP 
buffer size reported by the system
  is used - but at least 8192 byte.
  If a value is not specified for sslrcv or sslsnd, a value of 16384 byte 
is used, which is the maximum 
  size of a single SSL frame of the SSL layer.
  If a value of zero is specified for sslrcv or sslsnd, the according 
system TCP socket buffer size is used.
  Under normal conditions any setting here will be not required. But, if 
you notice a bad SSL transmission
  performance in relation to the speed of plan TCP sockets, it may help to 
set both SSL buffer size to 
  the size of the according system TCP buffer.
 
  like: sslrcv = 0, sslsnd = 0
 

Thomas

DISCLAIMER:
*******************************************************
This email and any files transmitted with it may be confidential, legally 
privileged and protected in law and are intended solely for the use of the 

individual to whom it is addressed.
This email was multiple times scanned for viruses. There should be no 
known virus in this email!
*******************************************************

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Assp-test mailing list
Assp-test@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to