Zen API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kStatus kSocket_SetBlocking ( kSocket  socket,
kBool  isBlocking 
)

Determines whether the socket will block on read/write requests.

By default, sockets are created in blocking mode.

Parameters
socketSocket object.
isBlockingIf kTRUE, the socket will be placed in blocking mode.
Returns
Operation status.