Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Ben Pfaff
sage- > From: Ben Pfaff [mailto:b...@nicira.com] > Sent: Friday, June 13, 2014 1:51 PM > To: Linda Sun > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is > established for SSL. > > Is TCP_NODELAY actually the right way

Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Linda Sun
y, June 13, 2014 1:51 PM To: Linda Sun Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL. Is TCP_NODELAY actually the right way to disable Nagle on Windows? The Microsoft documentation at https://urldefense.proofpoint.com/v1/

Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Ben Pfaff
nicira.com] > Sent: Friday, June 13, 2014 1:36 PM > To: Linda Sun > Cc: dev@openvswitch.org > Subject: Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is > established for SSL. > > On Fri, Jun 13, 2014 at 01:35:18PM -0700

Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Linda Sun
TCP_NODELAY after connection is established for SSL. On Fri, Jun 13, 2014 at 01:35:18PM -0700, Linda Sun wrote: > Signed-off-by: Linda Sun Why? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Ben Pfaff
On Fri, Jun 13, 2014 at 01:35:18PM -0700, Linda Sun wrote: > Signed-off-by: Linda Sun Why? ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [PATCH] Only set TCP_NODELAY after connection is established for SSL.

2014-06-13 Thread Linda Sun
Signed-off-by: Linda Sun --- lib/stream-ssl.c | 26 +++--- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/lib/stream-ssl.c b/lib/stream-ssl.c index 3f753d1..aad7d8c 100644 --- a/lib/stream-ssl.c +++ b/lib/stream-ssl.c @@ -260,13 +260,15 @@ new_ssl_stream(cons