Hi,
On Sat, Jun 10, 2017 at 07:46:46PM +0200, Jeremie Courreges-Anglas wrote:
> --- a/src/openvpn/syshead.h
> +++ b/src/openvpn/syshead.h
> @@ -288,6 +288,10 @@
> #include
> #endif
>
> +#ifdef HAVE_NETINET_TCP_H
> +#include
> +#endif
> +
*grumble* - our syshead.h has *five* such code blocks
Issue reported & patch provided by Kurt Miller:
Using "socket-flags TCP_NODELAY" results in
-->8--
Sat Jun 10 19:43:22 2017 NOTE: setsockopt TCP_NODELAY=1 failed (No kernel
support)
--8<--
instead of the expected
-->8--
Sat Jun 10 19:44:16 2017 Socket flags: TCP_NODELAY=1 succeeded
--8<--
Patc