Re: [Openvpn-devel] [PATCH] Fix socket-flag/TCP_NODELAY on Mac OS X

2014-06-29 Thread Arne Schwabe
Am 26.06.14 13:40, schrieb James Bekkema: > Hi All, > > OpenVPN 2.3.4 will currently throw a warning of "NOTE: setsockopt > TCP_NODELAY=1 failed (No kernel support)” when attempting to use the > TCP_NODELAY socket option on Mac OS X/Darwin. Kernel support is there, > however the required header

[Openvpn-devel] [PATCH] Fix socket-flag/TCP_NODELAY on Mac OS X

2014-06-26 Thread James Bekkema
Hi All, OpenVPN 2.3.4 will currently throw a warning of "NOTE: setsockopt TCP_NODELAY=1 failed (No kernel support)” when attempting to use the TCP_NODELAY socket option on Mac OS X/Darwin. Kernel support is there, however the required header file where TCP_NODELAY is defined is not being includ