python socket.setblocking(flag)

Creator
Creator
Seonglae Cho
Created
Created
2023 Nov 5 6:44
Editor
Edited
Edited
2023 Nov 5 6:45
Refs
Refs
Set blocking or non-blocking mode of the socket: if flag is false, the socket is set to non-blocking, else to blocking mode.
 
 
 
 
 
 
 
 
 

Recommendations