summaryrefslogtreecommitdiff
path: root/netcon/NetconService.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'netcon/NetconService.hpp')
-rw-r--r--netcon/NetconService.hpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/netcon/NetconService.hpp b/netcon/NetconService.hpp
index 41d745c2..edb5dc81 100644
--- a/netcon/NetconService.hpp
+++ b/netcon/NetconService.hpp
@@ -42,12 +42,10 @@ using namespace std;
namespace ZeroTier {
class NetconEthernetTap;
-
- // prototypes
class TcpConnection;
/*
- *
+ * TCP connection administered by service
*/
class TcpConnection
{
@@ -79,8 +77,6 @@ namespace ZeroTier {
TcpConnection *conn;
Larg(NetconEthernetTap *_tap, TcpConnection *conn) : tap(_tap), conn(conn) {}
};
-
-
} // namespace ZeroTier
#endif