lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

21. [lwip-users] lwIP nagle algorithm and delayed ACK (score: 33)
Author: HIDDEN
Date: Tue, 12 Nov 2013 17:15:20 +0000 (GMT)
Hello, I would like to test the TCP transfer speed between a device running lwIP 1.4.1 using Raw API (192.168.0.100) and my laptop (192.168.0.1). I have 2 questions: 1/ The first part of the trace is
/archive/html/lwip-users/2013-11/msg00019.html (10,564 bytes)

22. AW: [lwip-users] nagle (score: 33)
Author: HIDDEN
Date: Fri, 31 Jan 2003 09:14:04 +0100
Jani Monoses wrote on Freitag, 31. Januar 2003 00:32: While we're at it, can we please have fields for TTL and TOS in the UDP and TCP pcbs? I know that lwIP currently sets them to default values but
/archive/html/lwip-users/2003-01/msg02375.html (4,115 bytes)

23. Re: [lwip-users] Optimizing TCP writes (score: 7)
Author: HIDDEN
Date: Wed, 05 Mar 2008 14:48:21 +0000
Nope. Whether the extra code complexity (=> size increase) will mean it ever happens I'm not sure. Jifl -- eCosCentric Limited http://www.eCosCentric.com/ The eCos experts Barnwell House, Barnwell Dr
/archive/html/lwip-users/2008-03/msg00021.html (7,432 bytes)

24. RE: [lwip-users] Optimizing TCP writes (score: 7)
Author: HIDDEN
Date: Wed, 5 Mar 2008 09:26:39 -0500
Yeah, so I broke it adding the tcp_output_nagle. I am emulating netconns but with NO_SYS=1 and used that code as a reference. I'll take out the call. Thank you. That was a good read. As is Nagle's f
/archive/html/lwip-users/2008-03/msg00019.html (6,986 bytes)

25. Re: [lwip-users] Delayed Ack causing problems? Where to call tcp_nagle_disable()? (score: 6)
Author: HIDDEN
Date: Mon, 22 Aug 2011 19:46:07 +0100
Umm. I can describe the set up I have, if that helps. Actually, the code is all available here if you want to look at that... http://interactive.freertos.org/entries/20290712-freertos-win32-project-
/archive/html/lwip-users/2011-08/msg00096.html (8,803 bytes)

26. [lwip-users] Re: lwip-users Digest, Vol 87, Issue 31 (score: 6)
Author: HIDDEN
Date: Fri, 10 Dec 2010 15:50:43 -0500
Hi all, I am coming back with two captures regarding lwip's retransmit mechanism NonAVR.pcap is captured on a non-lwip device, and you can see even ACk is stopped at packet 48, this TCP server keeps
/archive/html/lwip-users/2010-12/msg00059.html (8,922 bytes)

27. Re:Re: [lwip-users] What's the max value of MEMP_NUM_NETCONN? (score: 6)
Author: HIDDEN
Date: Thu, 25 Nov 2010 00:45:17 +0800
Thank you.I want to run lwip on win2008 64bit system,so I want to set MEMP_NUM_NETCONN a large value. Message: 2 Date: Wed, 24 Nov 2010 14:13:41 +0000 From: Kieran Mansley <address@hidden> Subject: R
/archive/html/lwip-users/2010-11/msg00105.html (21,430 bytes)

28. [lwip-users] Re: lwip-users Digest, Vol 87, Issue 29 (score: 6)
Author: HIDDEN
Date: Wed, 24 Nov 2010 09:45:47 -0500
Thank you, Simon! 1) I assume you made a typo when commenting TCP_WND? "This must be at least * (2 * TCP_MSS) for things to work well" seems apply to TCP_SND_QUEUELEN, and since TCP_SND_QUEUELEN 6 *
/archive/html/lwip-users/2010-11/msg00100.html (6,701 bytes)

29. Re: [lwip-users] httpd slow response (score: 6)
Author: HIDDEN
Date: Fri, 24 Apr 2009 15:18:34 +0200
tcp_output() actually is the place where the nagle algorithm is implemented! And no, there is no global option to disable the nagle algorithm. Simon -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.00
/archive/html/lwip-users/2009-04/msg00107.html (8,115 bytes)

30. [lwip-users] About tcp_write() and TCP_SND_QUEUELEN (score: 5)
Author: HIDDEN
Date: Fri, 10 May 2019 16:04:15 +0200
Hi all: I am having performance problems with TCP and I wanted to understand what is going on. It could be the Nagle algorithm. My devices exchange many small to medium-sized packets. Ideally, I woul
/archive/html/lwip-users/2019-05/msg00015.html (6,592 bytes)

31. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 5)
Author: HIDDEN
Date: Tue, 7 Nov 2017 16:21:58 +0000
Hi, So maybe enlarge MEMP_NUM_PBUF 100-150 your have the memory for it J Noam. From: lwip-users [mailto:lwip-users-bounces+address@hidden On Behalf Of Itzik Levi Sent: Tuesday, November 07, 2017 6:15
/archive/html/lwip-users/2017-11/msg00039.html (19,748 bytes)

32. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 5)
Author: HIDDEN
Date: Tue, 7 Nov 2017 18:14:59 +0200
Hi,   Check that you have MEMP_NUM_PBUF 50 or more that MEMP_NUM_TCP_PCB is 15 or more   The above may help, I think.   Noam.   From: lwip-users [mailto:lwip-users-bounces+noam=address@hidden] O
/archive/html/lwip-users/2017-11/msg00038.html (15,515 bytes)

33. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 5)
Author: HIDDEN
Date: Tue, 7 Nov 2017 15:36:42 +0000
Hi, Check that you have MEMP_NUM_PBUF 50 or more that MEMP_NUM_TCP_PCB is 15 or more The above may help, I think. Noam. From: lwip-users [mailto:lwip-users-bounces+address@hidden On Behalf Of Itzik L
/archive/html/lwip-users/2017-11/msg00036.html (14,254 bytes)

34. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 5)
Author: HIDDEN
Date: Tue, 7 Nov 2017 17:29:14 +0200
Unfortunately, enabling Nagle did not do the trick, still got the same result. :(  On Tue, Nov 7, 2017 at 4:20 PM, Itzik Levi <address@hidden> wrote: Thanks for the reply! Actually, the end goal is
/archive/html/lwip-users/2017-11/msg00035.html (11,712 bytes)

35. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 5)
Author: HIDDEN
Date: Sat, 1 Feb 2014 12:08:45 +0800
Hello, Try call tcp_output() function after tcp_write if you are using lwip1.4.x. After lwip 1.4.x, tcp_write() just enqueue your packet but will not send it. lwip 1.3.x will immediately send your pa
/archive/html/lwip-users/2014-01/msg00073.html (25,509 bytes)

36. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 5)
Author: HIDDEN
Date: Thu, 30 Jan 2014 07:59:37 -0500
Hi, You must define this in your lwipopt.h take a look in stats.c file. You will need to complete the LWIP_PLATFORM_DIAG to get your data out. Jonathan Le 2014-01-29 16:50, Dave Sandl a &eacute;crit
/archive/html/lwip-users/2014-01/msg00071.html (39,748 bytes)

37. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 5)
Author: HIDDEN
Date: Wed, 29 Jan 2014 14:50:17 -0700
Thanks I will try that, is it a serial / printf output? What am I looking for in the debug? Dave Date: Wed, 29 Jan 2014 15:23:13 -0500 From: address@hidden To: address@hidden Subject: Re: [lwip-users
/archive/html/lwip-users/2014-01/msg00069.html (31,962 bytes)

38. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 5)
Author: HIDDEN
Date: Wed, 29 Jan 2014 15:23:13 -0500
HI, Le 2014-01-29 12:11, Dave Sandl a &eacute;crit : I am not sure what Nagle's Algorithm is or where to check for it. Can you explain some? I think I might have some problems with my lwipopts.h sett
/archive/html/lwip-users/2014-01/msg00068.html (32,429 bytes)

39. Re: [lwip-users] lwip with fatfs on a STM32 speed problem (score: 5)
Author: HIDDEN
Date: Wed, 29 Jan 2014 10:11:51 -0700
I am not sure what Nagle's Algorithm is or where to check for it. Can you explain some? I think I might have some problems with my lwipopts.h settings as well. I don't really know how high I should b
/archive/html/lwip-users/2014-01/msg00067.html (20,887 bytes)

40. RE: [lwip-users] enqueing problem (score: 5)
Author: HIDDEN
Date: Sun, 27 Mar 2011 15:40:28 +0200
Well, I am using lwip 1.3.2 I do understand that on every call to tcp_write the snd_queuelen is incremented but I do not understand why it is not decremented when I call tcp_output. Also take into co
/archive/html/lwip-users/2011-03/msg00128.html (8,963 bytes)


This search system is powered by Namazu