Skip to content

Commit a0b8898

Browse files
author
Fr0stbyt3
committed
first attempt
1 parent 3fa8a38 commit a0b8898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netfilterqueue.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY_PACKET = 2
1515
# Packet copying defaults
1616
DEF DEFAULT_MAX_QUEUELEN = 1024
1717
DEF MaxPacketSize = 0xFFFF
18-
DEF BufferSize = 4096
18+
DEF BufferSize = 9000
1919
DEF MetadataSize = 80
2020
DEF MaxCopySize = BufferSize - MetadataSize
2121
# Experimentally determined overhead

0 commit comments

Comments
 (0)