Socket.getBlocking

Gets the blocking mode of the socket. For details on blocking I/O, see g_socket_set_blocking(). Since 2.22

class Socket
int
getBlocking
()

Return Value

Type: int

TRUE if blocking I/O is used, FALSE otherwise.

Meta