adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 37 forks source link

Match socket timeout behavior with cpython #144

Closed us3r64 closed 7 months ago

us3r64 commented 8 months ago

Timeout on the socket behavior based on timeout value:

None: blocking
0: non-blocking
greater than 0: check for timeout

That is on pair with https://docs.python.org/3/library/socket.html#socket.socket.settimeout