diff options
author | cheloha <cheloha@cvs.openbsd.org> | 2019-11-08 00:28:12 +0000 |
---|---|---|
committer | cheloha <cheloha@cvs.openbsd.org> | 2019-11-08 00:28:12 +0000 |
commit | b91282b9b58a35e2e6980a0fa227f6f26ce22d19 (patch) | |
tree | 5c6220174da8e4d513e2dbee642ba5df16847dd2 /share | |
parent | 8669f8cfe34744bf465924d2c77660e94a4717f7 (diff) |
timeout.9: cite 1997 Varghese/Lauck timeout wheel paper; ok jmc@ schwarze@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/timeout.9 | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/share/man/man9/timeout.9 b/share/man/man9/timeout.9 index 2c846bd65ce..b90d1b3db1f 100644 --- a/share/man/man9/timeout.9 +++ b/share/man/man9/timeout.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: timeout.9,v 1.46 2019/04/14 08:51:31 visa Exp $ +.\" $OpenBSD: timeout.9,v 1.47 2019/11/08 00:28:11 cheloha Exp $ .\" .\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 14 2019 $ +.Dd $Mdocdate: November 8 2019 $ .Dt TIMEOUT_SET 9 .Os .Sh NAME @@ -282,3 +282,16 @@ These functions are implemented in the file .Xr splclock 9 , .Xr tsleep 9 , .Xr tvtohz 9 +.Rs +.%A George Varghese +.%A Anthony Lauck +.%B Hashed and hierarchical timing wheels: efficient data structures for \ +implementing a timer facility +.%O especially Schemes 6 and 7 +.%I IEEE/ACM +.%J Transactions on Networking +.%V vol. 5 +.%N no. 6 +.%P pp. 824\(en834 +.%D December 1997 +.Re |