pufferffish / wireproxy

Wireguard client that exposes itself as a socks5 proxy
ISC License
4.1k stars 235 forks source link

Use io.Copy instead of io.CopyBuffer #85

Closed kubrickfr closed 10 months ago

kubrickfr commented 10 months ago

In my testing with STDIOTunnel, scp file transfer performance was increased 2x with this change. As a bonus, it simplifies the code.