diff --git a/misc.go b/misc.go index 9f4359a..d865162 100644 --- a/misc.go +++ b/misc.go @@ -7,7 +7,7 @@ import ( ) var ( - maxPacketSize = 65535 + maxPacketSize = 1500 bufPool = sync.Pool{ New: func() interface{} { return make([]byte, maxPacketSize)