Skip to content

audibleblink/ptcp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PTCP

  • This is a fake TCP protocol on Link-layer. It implements the handshakes like TCP but no retranmission after link connected(like UDP).
  • It's already used in pangolin, which provides same performance with UDP and avoids some UDP issues in VPN.
  • Using method can be found in example.
  • Only supported in Linux.

About

Fake TCP protocol in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%