python_ping icon indicating copy to clipboard operation
python_ping copied to clipboard

current_socket.setblocking(0) needed in windows

Open fonlan opened this issue 8 years ago • 0 comments

if not add current_socket.setblocking(0), the current_socket.recvfrom will always be block when ping to an unreachable address in windows.

fonlan avatar Feb 08 '17 04:02 fonlan