GLBasic User Manual

Main sections

SOCK_SETBLOCKING

SOCK_SETBLOCKING isock%, bBlock%



Puts the socket in "blocking" (bBlock=TRUE) or nonblocking state. A blocking state will not return from any access functions until the data was read or written.

By default all GLBasic sockets are non-blocking.

See also...