mirror of
https://github.com/simh/simh.git
synced 2026-02-25 08:21:10 +00:00
If a driver sets up a receive buffer descriptor list as a circular ring, the potential exists for a burst of arriving packets to wrap around the receive buffer ring in a single round of input processing. This is avoided by stopping list processing when a full circle has been observed. Additionally, debug output has been added to display issues while processing both the receive buffer descriptor list and the transmit buffer descriptor list. The debug bit names are RBDL and XBDL respectively.
27 KiB
27 KiB