On Tuesday, 03/22/2005 at 07:42 CET, Istvan Nemeth
<[EMAIL PROTECTED]> wrote:
> What is the connection between SO_SNDBUF=14596 SO_RCVBUF=14596
parameteres
> and the MTU size?

The two aren't related.  The SO_xxxBUF parameters define the the size of a
send/receive buffer associated with a specific socket in order to prevent
network applications from using all available memory.  For high-volume
applications you would typically set a larger value, up to the maximum
size allowed.

The TCP send/receive buffers are not affected by the socket buffer sizes.
TCP buffers are dependent on the maximum segment size (MSS).  It is the
MSS that is dependent on the MTU, being chosen to avoid fragmentation.

Alan Altmark
z/VM Development
IBM Endicott

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to