lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

121. Re: [lwip-users] FreeRTOS + Lwip, transmit gets BLOCKED (score: 2)
Author: HIDDEN
Date: Fri, 6 Mar 2020 06:04:37 +0000
Hi Simon, tcp_nagle_disable() helped. Now there is long delay only when there are also incoming packets while transmitting. This happens only when lwip_netconn_do_writemore() ends with error. That me
/archive/html/lwip-users/2020-03/msg00006.html (9,980 bytes)

122. Re: [lwip-users] FreeRTOS + Lwip, transmit gets BLOCKED (score: 2)
Author: HIDDEN
Date: Tue, 3 Mar 2020 12:30:49 +0000
Hi Marek There is an automatic back-off mechanism designed to stop nodes flooding the network with small TCP messages called Nagle algorithm. Check if you are being blocked by that. You can turn it o
/archive/html/lwip-users/2020-03/msg00003.html (7,437 bytes)

123. Re: [lwip-users] retransmission in lwip2.0 (score: 2)
Author: HIDDEN
Date: Thu, 7 Mar 2019 09:31:33 -0700 (MST)
I spent days debugging the emac driver which is an nxp emac driver but with no success. However diabling the nagle alogrithm improved the performance bt can still see the random delays and retransmis
/archive/html/lwip-users/2019-03/msg00014.html (4,314 bytes)

124. Re: [lwip-users] Socket API send command packaging up data (score: 2)
Author: HIDDEN
Date: Tue, 31 Jul 2018 14:17:52 +0200
Am 31. Juli 2018 11:13:00 MESZ schrieb Mike Danby <address@hidden>: Yes. 20 seconds is much too long. I'd expect to see some 100ms Delay. Could it be that your timers aren't running? No. That doesn't
/archive/html/lwip-users/2018-07/msg00048.html (7,034 bytes)

125. [lwip-users] lwip_close(), keep getting new socket (index) on subsequent lwip_socket() call (score: 2)
Author: HIDDEN
Date: Thu, 3 May 2018 16:20:37 +0000
I am using lwip-2.0.2 (socket api) and have an issue which has started after attempting to upgrade from lwip-1.4.1 to lwip-2.0.2. In our server application a socket is setup and receive commands from
/archive/html/lwip-users/2018-05/msg00007.html (9,332 bytes)

126. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 15:21:38 +0200
Hi Itzik,   I have never worked with Android so I cannot help in that area.   My options are defined for a small micro with limited resources so I hope I am not confusing you.   BR, Noam.   From
/archive/html/lwip-users/2017-11/msg00026.html (52,056 bytes)

127. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 13:05:49 +0200
Hi Itzik,   I have never worked with Android so I cannot help in that area.   My options are defined for a small micro with limited resources so I hope I am not confusing you.   BR, Noam.   From
/archive/html/lwip-users/2017-11/msg00024.html (49,897 bytes)

128. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 09:21:41 +0000
Hi Itzik, I have never worked with Android so I cannot help in that area. My options are defined for a small micro with limited resources so I hope I am not confusing you. BR, Noam. From: lwip-users
/archive/html/lwip-users/2017-11/msg00023.html (55,791 bytes)

129. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 11:17:14 +0200
Hi Itzik,   Ops I missed that J   I am attaching my own lwpopts.h   I am using FreeRTOS as OS on STMF32xx micro’s.   I am running several modules (SDDP, TCP terminal, HTTP, SSH etc… ) with t
/archive/html/lwip-users/2017-11/msg00022.html (45,309 bytes)

130. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 07:39:25 +0000
Hi Itzik, Ops I missed that J I am attaching my own lwpopts.h I am using FreeRTOS as OS on STMF32xx micro’s. I am running several modules (SDDP, TCP terminal, HTTP, SSH etc… ) with the above sett
/archive/html/lwip-users/2017-11/msg00021.html (44,091 bytes)

131. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Tue, 7 Nov 2017 00:51:56 +0200
Hi Itzik, From participating the group here I have heard many complaining that the driver level is the cause to problems like you are facing. From my own experience I have noticed problems when usin
/archive/html/lwip-users/2017-11/msg00020.html (20,581 bytes)

132. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Mon, 6 Nov 2017 22:43:22 +0000
Hi Itzik, From participating the group here I have heard many complaining that the driver level is the cause to problems like you are facing. From my own experience I have noticed problems when using
/archive/html/lwip-users/2017-11/msg00019.html (18,988 bytes)

133. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Mon, 6 Nov 2017 23:45:06 +0200
Hi Itzik, I see that you have defined: TCP_WND=(100 * TCP_MSS) TCP_SND_BUF=TCP_WND MEMP_NUM_TCP_SEG=TCP_SND_ QUEUELEN If TCP_MSS is defined 536 (default) that means that your TCP_WND is 53,600 bytes
/archive/html/lwip-users/2017-11/msg00018.html (13,733 bytes)

134. Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Mon, 6 Nov 2017 21:19:41 +0000
Hi Itzik, I see that you have defined: TCP_WND=(100 * TCP_MSS) TCP_SND_BUF=TCP_WND MEMP_NUM_TCP_SEG=TCP_SND_QUEUELEN If TCP_MSS is defined 536 (default) that means that your TCP_WND is 53,600 bytes ?
/archive/html/lwip-users/2017-11/msg00017.html (11,235 bytes)

135. [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? (score: 2)
Author: HIDDEN
Date: Mon, 6 Nov 2017 19:07:43 +0200
Hi All,  Firstly, a bit of background: I'm currently evaluating lwip stack in order to determine whether it can fit my needs. The end-goal, is integrating Socket API --> TCP/IP --> PPPoS stack on b
/archive/html/lwip-users/2017-11/msg00015.html (9,703 bytes)

136. Re: [lwip-users] Raw api + multiple TCP Connections (score: 2)
Author: HIDDEN
Date: Mon, 22 May 2017 12:49:46 +0000
Hi, First of all read the lwip readme and every document you can find. Check the echo server example and see how it is written. 1. If both servers are the same write functions and simply pass paramet
/archive/html/lwip-users/2017-05/msg00102.html (98,072 bytes)

137. [lwip-users] lwip 2.0.2 tcp_output() problem (score: 2)
Author: HIDDEN
Date: Wed, 5 Apr 2017 04:30:48 -0700 (MST)
Hello, I hope somebody can help me. I am using lwip 2.0.2 together with freertos 7.0.4. My problem: In my application I immediately have to send many small frames. When I try to send a single frame i
/archive/html/lwip-users/2017-04/msg00021.html (19,885 bytes)

138. Re: [lwip-users] [Issue] TCP fragmentation over PPP - fragments are lost in LwIP if data is queued for sending (score: 2)
Author: HIDDEN
Date: Fri, 25 Nov 2016 15:39:42 +0100
Hi Marco, Added to that, try disabling VJ compression (VJ_SUPPORT = 0), VJ support in 1.4.1 is not working properly. Yup. At least I'm not going for a deep analysis of the issue because I'm confident
/archive/html/lwip-users/2016-11/msg00118.html (10,051 bytes)

139. Re: [lwip-users] [Issue] TCP fragmentation over PPP - fragments are lost in LwIP if data is queued for sending (score: 2)
Author: HIDDEN
Date: Fri, 25 Nov 2016 14:38:28 +0100
Right. Try to put a breakpoint in pppifOutput with a condition that you get there when the 2nd packet is sent (revert your nagle changes before). Then have a look into the pcb to see what segments ar
/archive/html/lwip-users/2016-11/msg00117.html (9,873 bytes)

140. Re: [lwip-users] [Issue] TCP fragmentation over PPP - fragments are lost in LwIP if data is queued for sending (score: 2)
Author: HIDDEN
Date: Fri, 25 Nov 2016 13:46:02 +0100
Hi Simon, I'm not sure what's the right way to do that as there is no option in opt.h, I've commented that out for a test (in tcp_out.c): /* if((tcp_do_output_nagle(pcb) == 0) && ((pcb->flags & (TF_N
/archive/html/lwip-users/2016-11/msg00114.html (10,210 bytes)


This search system is powered by Namazu