passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

rcvbuf and sndbuf support #422

Open hsklia opened 4 months ago

hsklia commented 4 months ago

How to use rcvbuf and sndbuf? I could not found any setting for adjusting above options in client app, Can set the value from the server like this?

server.conf

sndbuf 393216
rcvbuf 393216
push "sndbuf 393216"
push "rcvbuf 393216"