diff options
Diffstat (limited to 'netcon/NetconService.hpp')
| -rw-r--r-- | netcon/NetconService.hpp | 2 |
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; |
