Elaborate upon some finer points
This commit is contained in:
parent
d3725f9379
commit
44fc23fb4f
1 changed files with 6 additions and 0 deletions
|
@ -16,3 +16,9 @@ The read event demultiplexer
|
|||
|
||||
Buffer may be discarded upon next ax25_read() event, but should not
|
||||
be discarded after an ax25_select() necessarily.
|
||||
|
||||
Most crucially: This sequence of events is triggered by ANY of the I/O calls,
|
||||
so as to facilitate the same sort of behaviors that one would expect when
|
||||
letting a kernel thread be responsible for all this activity from a userland
|
||||
process' perspective. The main difference in behavior in any of these calls is
|
||||
the result provided to the caller.
|
||||
|
|
Loading…
Add table
Reference in a new issue