on_sock_overrun event

Function:

Data overrun has occurred in the RX buffer of the socket.

Declaration:

on_sock_overrun

See Also:

---


Details

Normally, overruns can only happen for UDP communications, as UDP has no "data flow control" and, hence, data overruns are normal. Another on_sock_overrun event on a particular socket is never generated until the previous one is processed. When the event handler for this event is entered, sock.num is automatically switched to the socket on which this event was generated.


on_sock_overrun event

Details