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
When opening TCP and UDP sockets there is a check to see whether
the socket is already in use or not. Because OOB messages are not
handled immediately there might be a mismatch between the stored
state and the actual state. This change processes any outstanding
OOB messages before opening the socket.
Similarly, when receiving data passively there is an internal
variable for keeping track of available data on the wifi modem.
This change processes any outstanding OOB messages before
receiving data.
0 commit comments