ing
This commit is contained in:
8
modules/discovery/discovery.go
Normal file
8
modules/discovery/discovery.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package discovery
|
||||
|
||||
const (
|
||||
PortTypeTCP = "TCP"
|
||||
PortTypeUDP = "UDP"
|
||||
|
||||
CryptoTypeTLS = "TLS"
|
||||
)
|
||||
Reference in New Issue
Block a user