Re: [ovs-dev] [PATCH] Move setsockopt TCP_NODELAY to when TCP is connected.

2014-06-13 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 02:21:36PM -0700, Linda Sun wrote: > On windows platform, TCP_NODELAY can only be set when TCP > is established. If the conection is not immediately returning > success, call it when state is changed from TCP_CONNECTING > to SSL_CONNECTING. > > Signed-off-by: Linda Sun A

[ovs-dev] [PATCH] Move setsockopt TCP_NODELAY to when TCP is connected.

2014-06-13 Thread Linda Sun
On windows platform, TCP_NODELAY can only be set when TCP is established. If the conection is not immediately returning success, call it when state is changed from TCP_CONNECTING to SSL_CONNECTING. Signed-off-by: Linda Sun --- lib/stream-ssl.c | 36 1 file