summaryrefslogtreecommitdiffstats
path: root/tap-win32/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'tap-win32/constants.h')
-rwxr-xr-xtap-win32/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tap-win32/constants.h b/tap-win32/constants.h
index b6a3d56..fc7855d 100755
--- a/tap-win32/constants.h
+++ b/tap-win32/constants.h
@@ -51,5 +51,6 @@
#define PACKET_QUEUE_SIZE 64 // tap -> userspace queue size
#define IRP_QUEUE_SIZE 16 // max number of simultaneous i/o operations from userspace
+#define INJECT_QUEUE_SIZE 16 // DHCP/ARP -> tap injection queue
#define TAP_LITTLE_ENDIAN // affects ntohs, htonl, etc. functions