From 751ed975e3f3c1f4c7944de1dc1dd986e97ef16d Mon Sep 17 00:00:00 2001 From: clmul Date: Thu, 19 Oct 2017 10:34:04 +0800 Subject: [PATCH] Fix documentation, the default packet queue length is 1024 --- doc/windivert.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/windivert.html b/doc/windivert.html index ded2a37..bb7e5b2 100644 --- a/doc/windivert.html +++ b/doc/windivert.html @@ -857,7 +857,7 @@ Description Sets the maximum length of the packet queue for WinDivertRecv(). -Currently the default value is 512, the minimum is 1, and the maximum +Currently the default value is 1024, the minimum is 1, and the maximum is 8192.