aboutsummaryrefslogtreecommitdiff
path: root/tun2/doc.go
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-11-23 21:56:18 -0500
committerXe <me@christine.website>2022-11-23 21:56:18 -0500
commitc62e73f9f8145655485ecf36e8187a5652521855 (patch)
treebfd9119316785a2ea7d7fd0bdf889f62087dd9b2 /tun2/doc.go
parent58385c715cd31ce4c89e555167b5ae2cf5306ad8 (diff)
downloadx-1.3.0.tar.xz
x-1.3.0.zip
remove tun2v1.3.0
Signed-off-by: Xe <me@christine.website>
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