[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-users] httpd slow response
From: |
Bill Auerbach |
Subject: |
RE: [lwip-users] httpd slow response |
Date: |
Fri, 24 Apr 2009 12:14:07 -0400 |
>> Ok. Than as Simon pointed out - the tcp_output avoids Nagle. I
>> followed the contrib/apps httpd example and without tcp_output calls I
>> needed TF_NODELAY.
>>
>> Which is right? I would hope that an lwIP contrib example would show
>> the* correct* way to implement something.
>>
>tcp_output avoids Nagle?
>
>Simon Goldschmidt wrote:
>
> > tcp_output() actually is the place where the nagle algorithm is
>implemented!
>
>It only avoids nagel if it is told so by the TF_NODELAY flag. And
>tcp_output is always needed! I'm confused.
I see - tcp_output isn't a "send now" - I thought it meant that (if not, why
do a tcp_write *and* a tcp_output?). So with tcp_output, Nagle delays are
not circumvented. The contrib example doesn't do tcp_output - so is it
optional? Why?
Bill
- [lwip-users] httpd slow response, Rick Culver, 2009/04/23
- RE: [lwip-users] httpd slow response, Bill Auerbach, 2009/04/23
- Re: [lwip-users] httpd slow response, Rick Culver, 2009/04/24
- RE: [lwip-users] httpd slow response, Bill Auerbach, 2009/04/24
- Re: [lwip-users] httpd slow response, Rick Culver, 2009/04/24
- RE: [lwip-users] httpd slow response, Bill Auerbach, 2009/04/24
- Re: [lwip-users] httpd slow response, Rick Culver, 2009/04/24
- Re: [lwip-users] httpd slow response, Kieran Mansley, 2009/04/24
- Re: [lwip-users] httpd slow response, Rick Culver, 2009/04/24
- Re: [lwip-users] httpd slow response, address@hidden, 2009/04/24
- RE: [lwip-users] httpd slow response,
Bill Auerbach <=
- Re: [lwip-users] httpd slow response, address@hidden, 2009/04/25
- RE: [lwip-users] httpd slow response, Bill Auerbach, 2009/04/27
- RE: [lwip-users] httpd slow response, Simon Goldschmidt, 2009/04/28
- RE: [lwip-users] httpd slow response, Simon Goldschmidt, 2009/04/28
- Re: [lwip-users] httpd slow response, Simon Goldschmidt, 2009/04/24
Re: [lwip-users] httpd slow response, Rejean Groleau, 2009/04/24