From ae0509d7d22322ddb324a33f200f566469f527bb Mon Sep 17 00:00:00 2001 From: wangyu- Date: Fri, 11 Aug 2017 21:44:52 -0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b90f11c..7492be5 100755 --- a/README.md +++ b/README.md @@ -162,17 +162,18 @@ read [build_guide](/doc/build_guide.md) # Related work ### kcptun-raw -this project was inspired by kcptun-raw,which modified kcptun to support tcp mode. +udp2raw was inspired by kcptun-raw,which modified kcptun to support tcp mode. https://github.com/Chion82/kcptun-raw +### relayRawSocket +kcptun-raw was inspired by relayRawSocket. A simple udp to raw tunnel,wrote in python + +https://github.com/linhua55/some_kcptun_tools/tree/master/relayRawSocket ### kcpraw another project of kcptun with tcp mode https://github.com/ccsexyz/kcpraw -### relayRawSocket -a simple udp to raw tunnel without simluated 3-way handshake ,wrote in python -https://github.com/linhua55/some_kcptun_tools/tree/master/relayRawSocket ### icmptunnel Transparently tunnel your IP traffic through ICMP echo and reply packets.