Re: [Openvpn-devel] feature request: "tcp-nodelay" option

2006-01-09 Thread UMEZAWA Takeshi
On Fri, 06 Jan 2006 14:08:11 -0700 James Yonan wrote: > TCP_NODELAY is supported in 2.1 -- see man page. Oops, sorry. But I cannot find any description of TCP_NODELAY in man page (openvpn.8). I looked into openvpn-2.1_beta8.tar.gz, CVS repository (BETA21 branch) and http://openvpn.net/man-beta.

Re: [Openvpn-devel] feature request: "tcp-nodelay" option

2006-01-06 Thread James Yonan
UMEZAWA Takeshi wrote: Hello, all. It would be nice if we can set TCP_NODELAY socket option for tunnel connection when OpenVPN uses TCP transport, in order to achieve smaller latency rather than higher throughput. I think that it is not a good way to set this option in create_socket_tcp() (in

[Openvpn-devel] feature request: "tcp-nodelay" option

2006-01-04 Thread UMEZAWA Takeshi
Hello, all. It would be nice if we can set TCP_NODELAY socket option for tunnel connection when OpenVPN uses TCP transport, in order to achieve smaller latency rather than higher throughput. I think that it is not a good way to set this option in create_socket_tcp() (in socket.c), because it also