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 socket.c), because it also set the option for management connection...
TCP_NODELAY is supported in 2.1 -- see man page. James