diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-26 12:50:31 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2013-11-26 12:50:31 +0000 |
commit | b665eb4cb1ea56ccad7fee700f05c85dec76e702 (patch) | |
tree | 8453629bcc74596d1a3588c5a534658f6a7b3503 /usr.sbin/nsd/netio.h | |
parent | 9f9bd245ba092cf635e0212513052b389360c9ba (diff) |
import NSD 4.0.0, tests from Dorian Büttner, Patrik Lundin, requested by brad@
Diffstat (limited to 'usr.sbin/nsd/netio.h')
-rw-r--r-- | usr.sbin/nsd/netio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/nsd/netio.h b/usr.sbin/nsd/netio.h index c6686afc26f..c8299b97adb 100644 --- a/usr.sbin/nsd/netio.h +++ b/usr.sbin/nsd/netio.h @@ -1,7 +1,7 @@ /* * netio.h -- network I/O support. * - * Copyright (c) 2001-2011, NLnet Labs. All rights reserved. + * Copyright (c) 2001-2006, NLnet Labs. All rights reserved. * * See LICENSE for the license. * @@ -50,8 +50,6 @@ #include "region-allocator.h" -#define NETIO_SLOW_ACCEPT_TIMEOUT 2 /* in seconds */ - /* * The type of events a handler is interested in. These can be OR'ed * together to specify multiple event types. @@ -62,7 +60,6 @@ enum netio_event_types { NETIO_EVENT_WRITE = 2, NETIO_EVENT_EXCEPT = 4, NETIO_EVENT_TIMEOUT = 8, - NETIO_EVENT_ACCEPT = 16 }; typedef enum netio_event_types netio_event_types_type; |