Merge pull request #102 from clmul/master

Fix documentation, the default packet queue length is 1024
This commit is contained in:
basil00
2017-10-20 07:52:18 +08:00
committed by GitHub
+1 -1
View File
@@ -857,7 +857,7 @@ Description
<td>
Sets the maximum length of the packet queue for
<a href="#divert_recv"><tt>WinDivertRecv()</tt></a>.
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.
</td>
</tr>