Setting and Getting option
values
get{Option}()
gets the current value of a
socket option, e.g.
getReceiveBufferSize();
set{Option}()
is used to set the value of a
socket option, e.g.
setReceiveBufferSize(size);