Netprog 2002 - Client/Server Issues
44
SO_RCVBUF
SO_SNDBUF
lInteger values options - change the receive and send buffer sizes.
lCan be used with TCP and UDP sockets.
lWith TCP, this option effects the window size used for flow control - must be established before connection is made.
–{g|s}et{Send|Receive}BufferSize(…);