summaryrefslogtreecommitdiff
path: root/netcon/NetconService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r--netcon/NetconService.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp
index 5ff575dc..b7f80442 100644
--- a/netcon/NetconService.hpp
+++ b/netcon/NetconService.hpp
@@ -41,7 +41,7 @@ using namespace std;
namespace ZeroTier {
- enum NetconConnectionType { RPC, BUFFER };
+ enum NetconConnectionType { RPC, TCP_DATA };
class NetconEthernetTap;