socket_buffering/4¶
socket_buffering(+ SOCKET, - MODE, - OLD, + NEW)*
Set buffering for SOCKET in read
or write
MODE. OLD is unified with the previous status, and NEW receives the new status which may be one of unbuf
or fullbuf
.
socket_buffering(+ SOCKET, - MODE, - OLD, + NEW)*
Set buffering for SOCKET in read
or write
MODE. OLD is unified with the previous status, and NEW receives the new status which may be one of unbuf
or fullbuf
.