ing
This commit is contained in:
parent
3f116f1343
commit
b339dc1d7e
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"
|
||||
)
|
Loading…
Reference in New Issue
Block a user