xjtdy888 / ptcp

Fake TCP protocol in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Apache License 2.0


Languages

Language:Go 100.0%