lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

41. Re: [lwip-users] enqueing problem (score: 5)
Author: HIDDEN
Date: Sun, 27 Mar 2011 15:22:28 +0200
Noam weissman: I have a problem that I have seen lots or users straggling with, but without any real solution. I am trying to send data in a loop. I have triad closing NAGLE as follows: // this shoul
/archive/html/lwip-users/2011-03/msg00127.html (8,514 bytes)

42. AW: [lwip-users] AVR32 Software Framework EVK1100 and LwIP operates too slow (score: 5)
Author: HIDDEN
Date: Mon, 4 Oct 2010 13:11:59 +0200
Dear Kieran, so far, I was not able to set TF_NODELAY. My question was, where would I have to specify this option? Can you help me here? Here a short snap of lwipopts.h: /* Controls if TCP should que
/archive/html/lwip-users/2010-10/msg00004.html (8,222 bytes)

43. Re: [lwip-users] AVR32 Software Framework EVK1100 and LwIP operates too slow (score: 5)
Author: HIDDEN
Date: Mon, 04 Oct 2010 11:44:47 +0100
That's the TCP delayed ACK algorithm. I suspect what you're seeing is this interacting badly with the Nagle algorithm that delays sending data until there is a full segment to send. TF_NODELAY disabl
/archive/html/lwip-users/2010-10/msg00002.html (7,123 bytes)

44. Re: [lwip-users] tcp_output does not flush (score: 5)
Author: HIDDEN
Date: Tue, 4 May 2010 11:05:59 -0400
Thank you so much for the reply! Yet, I suppose I am still somewhat convinced that I have setup something incorrectly. The inefficiency of such an algorithm (Nagle's) seems mind-boggling. Take the fo
/archive/html/lwip-users/2010-05/msg00019.html (6,520 bytes)

45. RE: [lwip-users] httpd slow response (score: 5)
Author: HIDDEN
Date: Tue, 28 Apr 2009 08:04:56 +0200
That's perfectly correct and not odd at all: the nagle algorithm tries to improve the overall network load by not sending too many small packets. What you need is the opposite: low latency. It's per
/archive/html/lwip-users/2009-04/msg00131.html (7,225 bytes)

46. Re: [lwip-users] httpd slow response (score: 5)
Author: HIDDEN
Date: Sat, 25 Apr 2009 11:11:29 +0200
Bill Auerbach wrote: 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 contr
/archive/html/lwip-users/2009-04/msg00117.html (8,133 bytes)

47. RE: [lwip-users] httpd slow response (score: 5)
Author: HIDDEN
Date: Fri, 24 Apr 2009 12:14:07 -0400
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 d
/archive/html/lwip-users/2009-04/msg00114.html (7,518 bytes)

48. Re: [lwip-users] httpd slow response (score: 5)
Author: HIDDEN
Date: Fri, 24 Apr 2009 10:06:33 -0500
Bill, As we suspected based on this information, setting the TF_NODELAY flag in the accept callback did not make a difference. Apparently the problem is somewhere else in the stack but not sure where
/archive/html/lwip-users/2009-04/msg00110.html (20,701 bytes)

49. RE: [lwip-users] httpd slow response (score: 5)
Author: HIDDEN
Date: Fri, 24 Apr 2009 10:56:04 -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 lwI
/archive/html/lwip-users/2009-04/msg00109.html (17,044 bytes)

50. Re: [lwip-users] Optimizing TCP writes (score: 5)
Author: HIDDEN
Date: Wed, 05 Mar 2008 14:10:35 +0000
That's intrinsic to tcp_write. tcp_write only enqueues. It needs tcp_output to actually send anything (possibly called via tcp_output_nagle as you notice below...) Precisely to allow a number of sepa
/archive/html/lwip-users/2008-03/msg00017.html (7,638 bytes)

51. Re: [lwip-users] TCP/IP cange in behaviour? (score: 5)
Author: HIDDEN
Date: Mon, 17 Dec 2007 16:48:53 +0100
I have investigated further into this matter and this is what I found: After enabling the Nagle algorithm again the server responds with these 5 blocks and some extra characters when telnet connects.
/archive/html/lwip-users/2007-12/msg00089.html (11,537 bytes)

52. [lwip-users] Re: [lwip] congestion window problem (score: 5)
Author: HIDDEN
Date: Wed, 08 Jan 2003 18:20:48 -0500
I too have seen problems with Nagle's algorithm, and it's not limited to lwIP - see: http://www.acm.org/sigcomm/ccr/archive/2001/jan01/ccr-200101-mogul.pdf Also, there are different definitions of th
/archive/html/lwip-users/2003-01/msg00894.html (6,375 bytes)

53. Re: [lwip-users] Raw TCP - PBuf segment not decreasing (score: 4)
Author: HIDDEN
Date: Mon, 18 Mar 2019 19:24:20 -0700 (MST)
Hello Again, thank you very much. I probably am just really bad at using these sources but I find it hard to find all the info so your help is really great. So I have now a different setup, still jus
/archive/html/lwip-users/2019-03/msg00047.html (6,475 bytes)

54. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 4)
Author: HIDDEN
Date: Tue, 7 Nov 2017 16:20:54 +0200
Thanks for the reply! Actually, the end goal is to integrate the solution into rfcomm. For now, the "physical layer" is being simulated by a single local host tcp connection(under Android OS). The lo
/archive/html/lwip-users/2017-11/msg00029.html (11,027 bytes)

55. [lwip-users] LWIP packet loss or else (score: 4)
Author: HIDDEN
Date: Fri, 22 Aug 2014 02:12:32 -0700 (PDT)
Good day! I have lwip library test application (tcp_echo) on my machine and a netcat server on virtual box. ILWP tcp_echo was changed to be a client. now it looks like: static void tcpecho_thread(voi
/archive/html/lwip-users/2014-08/msg00082.html (6,193 bytes)

56. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 4)
Author: HIDDEN
Date: Wed, 29 Jan 2014 11:14:36 -0500
Yeah, the problem is not lwIP! I'm using an M3 at 120MHz, and have megabit performance. So optimizing how you fill buffers is a waste of time. As Krzysztof pointed out, you need to find the real caus
/archive/html/lwip-users/2014-01/msg00066.html (19,882 bytes)

57. Re: [lwip-users] Once again about waiting for ACK (score: 4)
Author: HIDDEN
Date: Sat, 5 May 2012 16:11:43 +0100
It's probably the long standing issue (not specific to lwIP) of the problems with one end using Nagle's algorithm and the other end uses delayed ACKs. You should disable one or the other and try that
/archive/html/lwip-users/2012-05/msg00032.html (4,548 bytes)

58. Re: [lwip-users] RE: Fast Response TCP Connection (score: 4)
Author: HIDDEN
Date: Sat, 12 Mar 2011 17:23:03 +0000
This is almost certainly the problem. Nagle and delayed ACK algorithms don't work too well together. Kieran
/archive/html/lwip-users/2011-03/msg00049.html (4,917 bytes)

59. Re: [lwip-users] Re: lwip-users Digest, Vol 87, Issue 27 (score: 4)
Author: HIDDEN
Date: Tue, 23 Nov 2010 19:42:57 +0100
Chen wrote: Kieran, thanks for the reply I can't find TCP_SND_WND in lwipopts.h (see attachment) I think that was a typo and Kieran meant TCP_SND_BUF (the send queue limit in bytes). You might have t
/archive/html/lwip-users/2010-11/msg00092.html (7,129 bytes)

60. Re: [lwip-users] More question. flush (score: 4)
Author: HIDDEN
Date: Wed, 16 Sep 2009 12:09:04 +0200
thanks, but two things  a) sometines i only have to send 10 bytes is that a big problem?  b) the Nagle algorithm, i don´t known by default its value. I should use this function setsockopt to desac
/archive/html/lwip-users/2009-09/msg00105.html (6,497 bytes)


This search system is powered by Namazu