diff --git a/base/tcp/server.go b/base/tcp/server.go index 3775dd77..dafc2eba 100644 --- a/base/tcp/server.go +++ b/base/tcp/server.go @@ -56,6 +56,7 @@ const ( HOSTPORT = "hostport" HOSTNAME = "hostname" NODENAME = "nodename" + NODETYPE = "nodetype" BANDWIDTH = "bandwidth" ADDRESS = "address" )