Skip to content

Commit 9caa510

Browse files
committed
set default queue length to 65535
1 parent ec2ae29 commit 9caa510

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
build/
33
dist/
44
MANIFEST
5+
6+
\.idea/

netfilterqueue.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY_META = 1
1313
COPY_PACKET = 2
1414

1515
# Packet copying defaults
16-
DEF DEFAULT_MAX_QUEUELEN = 1024
16+
DEF DEFAULT_MAX_QUEUELEN = 65535
1717
DEF MaxPacketSize = 0xFFFF
1818
DEF BufferSize = 4096
1919
DEF MetadataSize = 80

0 commit comments

Comments
 (0)