Skip to content
Commit de6aa03a authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

Eliminate TODO item about getting rid of the receive buffer ring.

We can't do it, alas, because of the way I/O polling is handled.  Yes,
packet I/O is now all synchronous, but there's no guarantee that select() will
never report data ready on more than one UDP interface.  This means
the polling stuff inside io_handler() has to be able to stash packets
from multiple interfaces for later interpretation.
parent 8a2d0068
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment