aboutsummaryrefslogtreecommitdiff
path: root/tun2/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'tun2/doc.go')
-rw-r--r--tun2/doc.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/tun2/doc.go b/tun2/doc.go
deleted file mode 100644
index e1a1fa5..0000000
--- a/tun2/doc.go
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
-Package tun2 tunnels HTTP requests over existing, long-lived connections using
-smux[1] and optionally kcp[2] to enable more reliable transport.
-
-Currently this only works on a per-domain basis, but it is designed to be
-flexible enough to support path-based routing as an addition in the future.
-
-[1]: https://github.com/xtaci/smux
-[2]: https://github.com/xtaci/kcp-go
-*/
-package tun2