adafruit / Adafruit_CircuitPython_Wiznet5k

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

Handle SNSR_SOCK_CLOSE_WAIT during accept() #149

Closed pinkavaj closed 4 months ago

pinkavaj commented 6 months ago

If we receive SYN, ACK and the we get FIX from the other side really fast, the connection state can go straight to the closing phase. If that happends lets just finis the close and continue listening.