This commit is contained in:
crusader 2017-12-04 17:26:02 +09:00
parent 3f116f1343
commit b339dc1d7e

View File

@ -0,0 +1,8 @@
package discovery
const (
PortTypeTCP = "TCP"
PortTypeUDP = "UDP"
CryptoTypeTLS = "TLS"
)