We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2579dfc commit 09b3cfdCopy full SHA for 09b3cfd
misc.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
var (
10
- maxPacketSize = 65535
+ maxPacketSize = 1500
11
bufPool = sync.Pool{
12
New: func() interface{} {
13
return make([]byte, maxPacketSize)
0 commit comments