SO_RCVBUF
SO_SNDBUF
l Integer values options - change the receive
and send buffer sizes.
l Can be used with TCP and UDP sockets.
l With TCP, this option effects the window size
used for flow control - must be established
before connection is made.
{g|s}et{Send|Receive}BufferSize(…);