That was a...Humor joke
This commit is contained in:
parent
4e5634cbc7
commit
d3725f9379
1 changed files with 18 additions and 0 deletions
18
doc/NOTES
Normal file
18
doc/NOTES
Normal 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.
|
Loading…
Add table
Reference in a new issue