1 package constant 2 3 const MaxDatagramSize = 8192 * 3 4 5 const UDP4MulticastAddress = "224.0.0.1:11049" 6 7