lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

61. RE: [lwip-users] httpd slow response (score: 4)
Author: HIDDEN
Date: Mon, 27 Apr 2009 15:17:50 -0400
Cross-posted to lwip-devel since it's relevant. A lot of people start with this, or use it as is, for a basic WEB server. I'm not complaining - it does work and shows the callback concept. This is a
/archive/html/lwip-users/2009-04/msg00130.html (9,052 bytes)

62. Re: [lwip-users] httpd slow response (score: 4)
Author: HIDDEN
Date: Fri, 24 Apr 2009 17:58:27 +0200
of the file about every 200msec. 200msec rings a bell: this is the delay windows waits before sending a (delayed) ACK: normally, it prevents sending an ACK for every packet to keep the total packet c
/archive/html/lwip-users/2009-04/msg00112.html (8,545 bytes)

63. Re: [lwip-users] httpd slow response (score: 4)
Author: HIDDEN
Date: Fri, 24 Apr 2009 09:07:41 -0500
Bill, I will try this in the accept call back and advise the results. The httpd.c module we are using is one that was supplied by Luminary Micro with their function library. It was modified from the
/archive/html/lwip-users/2009-04/msg00108.html (15,094 bytes)

64. RE: [lwip-users] httpd slow response (score: 4)
Author: HIDDEN
Date: Fri, 24 Apr 2009 08:41:38 -0400
Rick, I did this in the accept callback. I haven’t seen an lwipopts method to do this. Which httpd server? The one in lwIP contrib/apps doesn’t have the tcp_output you mention. Bill. From
/archive/html/lwip-users/2009-04/msg00106.html (12,529 bytes)

65. Re: [lwip-users] httpd slow response (score: 4)
Author: HIDDEN
Date: Fri, 24 Apr 2009 07:23:09 -0500
Bill, Thanks for the prompt response. That would make sense to me. Where/how would I include this in the code? Do you know if there is a way to change this in the lwipopt.h file? I do see that the ht
/archive/html/lwip-users/2009-04/msg00105.html (10,002 bytes)

66. Re: [lwip-users] tcp_enqueue problem, using socket: (score: 4)
Author: HIDDEN
Date: Wed, 19 Mar 2008 15:35:30 +0000
Actually I'm not sure what he's seeing - all he said so far is that his program is blocked when he sends data. I probably haven't been paying a huge amount of attention to other mails that have been
/archive/html/lwip-users/2008-03/msg00126.html (10,336 bytes)

67. RE: [lwip-users] TCP/IP cange in behaviour? (score: 4)
Author: HIDDEN
Date: Mon, 17 Dec 2007 11:15:04 +0100
tcp_write is not the problem (it only enqueues the data for sending). You have to call tcp_output and that is also the point where it doesn't send any more. But since this is no error but intended be
/archive/html/lwip-users/2007-12/msg00088.html (9,993 bytes)

68. Re: [lwip-users] TCP/IP cange in behaviour? (score: 4)
Author: HIDDEN
Date: Mon, 17 Dec 2007 11:03:13 +0100
Hi again I went back to my first method of answering telnet commands and disabled the Nagle algoritm and it worked as it did before. Many Thanks. What I said about the stack locking up I could not re
/archive/html/lwip-users/2007-12/msg00087.html (8,501 bytes)

69. Re: RE : RE : [lwip-users] Problem with socket send() (score: 4)
Author: HIDDEN
Date: Mon, 27 Aug 2007 11:48:30 +0200
Hi Roland, So, perhaps it's something you could comment in bug #20531 to keep a trace of this issue? Hi Frédéric First of all... thank you for your help. I talked with a friend of mine about the pr
/archive/html/lwip-users/2007-08/msg00065.html (12,365 bytes)

70. Re: RE : RE : [lwip-users] Problem with socket send() (score: 4)
Author: HIDDEN
Date: Mon, 27 Aug 2007 09:53:00 +0200
Hi Frédéric First of all... thank you for your help. I talked with a friend of mine about the problem of the send(), because he did some testing again. You were right (... sorry about the trouble I
/archive/html/lwip-users/2007-08/msg00064.html (12,242 bytes)

71. RE : RE : [lwip-users] Problem with socket send() (score: 4)
Author: HIDDEN
Date: Wed, 22 Aug 2007 12:48:24 +0200
To disable Nagle algorithm at socket layer, call: int iValue = 1; setsockopt( hSocket, IPPROTO_TCP, TCP_NODELAY, (char*)&iValue, sizeof(iValue)); On your socket == Frédéric BERNON HYMATOM SA Chef d
/archive/html/lwip-users/2007-08/msg00057.html (10,604 bytes)

72. [lwip-users] Re: Long(er) delay to PC ACK when serving images (score: 4)
Author: HIDDEN
Date: Mon, 9 Oct 2006 14:21:49 +0000 (UTC)
had exactly the same problem like In looking at implementing the Nagle algorithm suggestions, I see I’ve previously found the suggested improvement thread and was running the Nagle update, checking
/archive/html/lwip-users/2006-10/msg00045.html (7,843 bytes)

73. Re: [lwip-users] Sending too slow. (score: 4)
Author: HIDDEN
Date: Wed, 13 Sep 2006 09:09:55 +0100
Hi Mateusz , The way that the packets are being sent (1460 followed by 40) is because of an issue in tcp_enqueue that I noticed last November, unfortunately I haven't had time to submit what would be
/archive/html/lwip-users/2006-09/msg00060.html (6,956 bytes)

74. RE: [lwip-users] FTP-DATA exchange: advice needed (score: 4)
Author: HIDDEN
Date: Wed, 2 Mar 2005 11:40:03 -0800
This is a report of the issues I found in my very slow running ftp application. Thanks Kieran for all your help. Thanks Jim also for your reply. ( SYS_LIGHTWEIGHT_PROT was\is 1 ) 1. The window was be
/archive/html/lwip-users/2005-03/msg00008.html (8,233 bytes)

75. Re: [lwip-users] FTP-DATA exchange: advice needed (score: 4)
Author: HIDDEN
Date: Tue, 22 Feb 2005 12:13:02 -0800
Sorry to be piping into your exchange with Kieran, but the mention of the ISR brings up an issue that I have faced in the past. You should check your lwipopts.h and be sure that you have Anything els
/archive/html/lwip-users/2005-02/msg00051.html (12,056 bytes)

76. RE: [lwip-users] FTP-DATA exchange: advice needed (score: 4)
Author: HIDDEN
Date: Tue, 22 Feb 2005 11:19:49 -0800
Kieran, I am using tcpip_input to communicate with the stack via the ISR in case the assumption was that I was running the full stack in real time. Thanks again. Tom --Original Message-- From: addres
/archive/html/lwip-users/2005-02/msg00050.html (9,216 bytes)

77. RE: [lwip-users] FTP-DATA exchange: advice needed (score: 4)
Author: HIDDEN
Date: Tue, 22 Feb 2005 11:00:55 -0800
Thanks Kieran. I'll look around. The file is being written to compact flash so that slows down things on the receiver, but it is a bother that the ACK takes so long. I'm in an multithreaded environme
/archive/html/lwip-users/2005-02/msg00049.html (8,540 bytes)

78. RE: [lwip-users] FTP-DATA exchange: advice needed (score: 4)
Author: HIDDEN
Date: Tue, 22 Feb 2005 18:20:27 +0000
Great, thanks. First off, you seem to have a very slow node (216.101.63.81)! It takes it well over a second to respond to the SYN-ACK (packet 2) with an ACK (packet 3). This suggests either it's seri
/archive/html/lwip-users/2005-02/msg00048.html (7,624 bytes)

79. Re: [lwip-users] Socket API send command packaging up data (score: 3)
Author: HIDDEN
Date: Tue, 31 Jul 2018 14:38:23 +0200
Am 31. Juli 2018 14:34:14 MESZ schrieb "Sergio R. Caprile" <address@hidden>: I thought so, too, but if he is seeing 20 seconds delay, it's not Nagle but some bug. In fact, nagle should only hold off
/archive/html/lwip-users/2018-07/msg00050.html (4,451 bytes)

80. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 3)
Author: HIDDEN
Date: Tue, 7 Nov 2017 15:09:34 +0100
I'll go over your lwipopts and see whether I missed something. In addition, I will attempt to useSO_SNDTIMEO and SO_RCVTIMEO instead of polling in parallel to write and read(I understand by the samp
/archive/html/lwip-users/2017-11/msg00027.html (9,667 bytes)


This search system is powered by Namazu