README: clarify spinning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
fa715c4863
commit
e8e5a42e98
@ -137,7 +137,7 @@ for (;;) {
|
||||
}
|
||||
```
|
||||
|
||||
It may be desirable to spin a short amount of time before waiting on the `TailMoved` event, in order to reduce latency.
|
||||
It may be desirable to spin for some time under heavy use before waiting on the `TailMoved` event, in order to reduce latency.
|
||||
|
||||
When closing the handle, Wintun will set the `Tail` to 0xFFFFFFFF and set the `TailMoved` event to unblock the waiting user process.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user