Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

yefy/any-tunnel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

any-tunnel

any-tunnel 建立在tcp,quic,srt等可靠协议之上

[dependencies]
any-tunnel = { git = "https://github.com/yefy/any-tunnel.git", branch = "main" }

原理

原来通过一条连接收发的数据包,现在借助N条连接来进行收发,达到提速的效果。
主要是为了解决高延迟带宽单连接带宽低问题。

example

cargo run --example server
cargo run --example client

About

tunnel

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages