Chisel – A fast TCP tunnel over HTTP
github.com
Chisel – A fast TCP tunnel over HTTP
1–10 of 41 posts
Re: Chisel – A fast TCP tunnel over HTTP
#2Re: Chisel – A fast TCP tunnel over HTTP
#3Re: Chisel – A fast TCP tunnel over HTTP
#4Re: Chisel – A fast TCP tunnel over HTTP
#5If you are trying to solve the problem of NAT traversal and such, I suggest you rather attempt to do this:
Re: Chisel – A fast TCP tunnel over HTTP
#6How does this deal with double congestion control?
I would use "link conditioner" or a similar tool, simulate packet loss and see how this compares to the other software.
Re: Chisel – A fast TCP tunnel over HTTP
#7How does this deal with double congestion control?
I was asking myself the same thing. TCP implements many RFCs for congestion control, flow control, etc. Many of them might be redundant if everything is being sent over HTTP (over TCP). I would use "link conditioner" or a similar tool, simulate packet loss and see how this compares to the other software.
Even for applications designed to tunnel traffic from the outset (OpenVPN), TCP over TCP is a mess and it's kind of a non-starter for anything that's not a toy (unless you have no other choice, like with certain mobile carriers where path MTU and CGN cause issues).
Re: Chisel – A fast TCP tunnel over HTTP
#8Re: Chisel – A fast TCP tunnel over HTTP
#9Looks to be TCP over websockets; which isn't really that interesting IMO.