9 lines
95 B
Go
Raw Normal View History

2017-12-04 17:26:02 +09:00
package discovery
const (
PortTypeTCP = "TCP"
PortTypeUDP = "UDP"
CryptoTypeTLS = "TLS"
)