Skip to content

marywangran/tcptunnel-relay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcptunnel-relay

HostA--(cloud)[use BBR]--HostM--(cloud)[use CUBIC]--HostB

HostM:relay point

./relay -h 192.168.10.100 -p 1234

HostA:end point

./edge -h 192.168.10.100 -p 1234
ifconfig edge 172.16.0.1/24 up
iperf -s

HostB:end point

./edge -h 192.168.10.100 -p 1235
ifconfig edge 172.16.0.2/24 up
iperf -c 172.16.0.1 -i 1

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages