pkg/proxy: Bump the maximum size of a UDP packet.

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)
This commit is contained in:
Erik Hollensbe 2014-10-31 18:41:46 +00:00
parent afbc7f550b
commit 3816c2f723

View file

@ -13,7 +13,7 @@ import (
const (
UDPConnTrackTimeout = 90 * time.Second
UDPBufSize = 2048
UDPBufSize = 65507
)
// A net.Addr where the IP is split into two fields so you can use it as a key