Browse code

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

Docker-DCO-1.1-Signed-off-by: Erik Hollensbe <github@hollensbe.org> (github: erikh)

Erik Hollensbe authored on 2014/11/01 03:41:46
Showing 1 changed files
... ...
@@ -13,7 +13,7 @@ import (
13 13
 
14 14
 const (
15 15
 	UDPConnTrackTimeout = 90 * time.Second
16
-	UDPBufSize          = 2048
16
+	UDPBufSize          = 65507
17 17
 )
18 18
 
19 19
 // A net.Addr where the IP is split into two fields so you can use it as a key