github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/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 )