From b339dc1d7e0d2dfa501927d98517e05571b294fe Mon Sep 17 00:00:00 2001 From: crusader Date: Mon, 4 Dec 2017 17:26:02 +0900 Subject: [PATCH] ing --- modules/discovery/discovery.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 modules/discovery/discovery.go diff --git a/modules/discovery/discovery.go b/modules/discovery/discovery.go new file mode 100644 index 0000000..07bed88 --- /dev/null +++ b/modules/discovery/discovery.go @@ -0,0 +1,8 @@ +package discovery + +const ( + PortTypeTCP = "TCP" + PortTypeUDP = "UDP" + + CryptoTypeTLS = "TLS" +)