eycorsican / go-tun2socks

A tun2socks implementation written in Go.
MIT License
1.29k stars 431 forks source link

Memory reduction #151

Closed oxtoacart closed 3 years ago

oxtoacart commented 3 years ago

Reduces memory usage by using the same buffer pool that we use in other parts of the app.

oxtoacart commented 3 years ago

Sorry, this was meant to go against an internal repo.