github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/udp/const.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package udp 4 5 // ATTENTION:::: Don't changed below settings without any good reason 6 const ( 7 MinPacketLen = 8 8 OptionDefault_MSS = 536 9 )