aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-08-22 11:27:57 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-22 11:27:57 +0200
commite8e5a42e98b7e93f111913d6792d9bd99b2b918e (patch)
treeacdab237ae9edb458fe54bd4cf745047c5039037 /README.md
parentUse WiX directly rather than via WiX's MSBuild (diff)
downloadwintun-e8e5a42e98b7e93f111913d6792d9bd99b2b918e.tar.xz
wintun-e8e5a42e98b7e93f111913d6792d9bd99b2b918e.zip
README: clarify spinning
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6b2b509..b3334ee 100644
--- a/README.md
+++ b/README.md
@@ -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.