github.com/aporeto-inc/trireme-lib@v10.358.0+incompatible/controller/internal/enforcer/constants/constants.go (about) 1 package enforcerconstants 2 3 const ( 4 // TCPAuthenticationOptionBaseLen specifies the length of base TCP Authentication Option packet 5 TCPAuthenticationOptionBaseLen = 4 6 // TCPAuthenticationOptionAckLen specifies the length of TCP Authentication Option in the ack packet 7 TCPAuthenticationOptionAckLen = 20 8 // TransmitterLabel is the name of the label used to identify the Transmitter Context 9 TransmitterLabel = "AporetoContextID" 10 // DefaultNetwork to be used 11 DefaultNetwork = "0.0.0.0/0" 12 // DefaultExternalIPTimeout is the default used for the cache for External IPTimeout. 13 DefaultExternalIPTimeout = "500ms" 14 )