SokDoc

sok / Sok.Utils / makeNonBlocking

makeNonBlocking

fun makeNonBlocking(fd: Int): Boolean (source)

Platform and version requirements: Native

Make a linux file descriptor non-blocking (mandatory for poll calls)

Parameters

fd - file descriptor of the socket

Return did the opertion succeed