You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- renaming _sock to _lastReturnedSocket
- move increment line up
The changes make that the clients returned by `EthernetServer::available()` are more
evenly distributed over the 4 sockets of the w5100 chip.
In the previous impelmenatation there was a problem if there is a client
connected to socket number 0 and the client is permanently sending
data. In that case `EthernetServer::available()` always returned that client,
even if other clients are connected and have data available.
0 commit comments