That was a...Humor joke

This commit is contained in:
XANTRONIX Development 2015-09-17 20:18:29 -05:00 committed by XANTRONIX Industrial
parent 4e5634cbc7
commit d3725f9379

18
doc/NOTES Normal file
View file

@ -0,0 +1,18 @@
The read event demultiplexer
select(2) on Unix FDs
...
Fill up AX.25 interface packet buffers
...
Decode as many packets as possible on each interface
...
Fill up buffers for pending caller reads, open new connections
...
If:
* ax25_select() is called: Notify caller of I/O events
* ax25_read() is called: Provide caller access to requested
buffer region
Buffer may be discarded upon next ax25_read() event, but should not
be discarded after an ax25_select() necessarily.