Displaying 2 results from an estimated 2 matches for "send_tcppacket".
2006 Jan 13
1
[PATCH] tcp options fix
Attached is a patch that corrects two problems with TCP options:
* The options on accepted sockets don't inherit from the listen
socket, at least on Linux and OS X.
* OS X doesn't have SOL_TCP defined, so Nagle was not getting
disabled. IPPROTO_TCP should always be the same thing.
This patch makes my ping times across a TCP VPN go from ~180 ms to
~85ms.
Something still doesn't
2017 Jul 26
1
Tinc VPN for unjailbroken iOS 9+
I have looked into this and it would definitely be possible,
NETunnelProvider. It was not looking like a simple port though, a lot
of glue required to get it to a state Apple would approve.
This had been on my list of projects to attempt if I could find the
time and energy to commit to it. If you do port it I would be very
interested!
Regards,
Ryan Mounce
On 26 July 2017 at 20:54, Bright Zhao