Skip to content

Commit

Permalink
Set MTU back to 1500
Browse files Browse the repository at this point in the history
  • Loading branch information
AudriusButkevicius committed Feb 9, 2017
1 parent 2579dfc commit 09b3cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

var (
maxPacketSize = 65535
maxPacketSize = 1500
bufPool = sync.Pool{
New: func() interface{} {
return make([]byte, maxPacketSize)
Expand Down

0 comments on commit 09b3cfd

Please sign in to comment.