Netprog 2002 - Client/Server Issues
35
Setting and Getting option
values
l
get{Option}()
gets the current value of a
socket option, e.g.
l
l
getReceiveBufferSize();
l
l
set{Option}()
is used to set the value of a
socket option, e.g.
l
l
setReceiveBufferSize(size);