lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

161. Re: [lwip-users] Efficient sending small data packets (score: 2)
Author: HIDDEN
Date: Tue, 12 Nov 2013 10:27:53 -0500
--Original Message-- It worked but I noticed a relatively big latency (about 200ms or more) between arrival of buf_n and buf_n+1. Where does it come from? How lwip stack schedule an actual transmissi
/archive/html/lwip-users/2013-11/msg00018.html (5,184 bytes)

162. Re: [lwip-users] TCP retransmissions and duplicate ACKs (score: 2)
Author: HIDDEN
Date: Mon, 9 Sep 2013 12:06:03 +0100
lwip 1.4.1. Bare metal on an ARM STM32F417. Using raw TCP calls. Device IP (obtained from DHCP) is 192.168.9.2, and it connects to server software running on an Ubuntu VM at 192.168.9.250 (which work
/archive/html/lwip-users/2013-09/msg00007.html (11,518 bytes)

163. [lwip-users] TCP retransmissions and duplicate ACKs (score: 2)
Author: HIDDEN
Date: Sun, 8 Sep 2013 17:14:01 +0200
Hi, Yet another ACK problem. I've read many of the topics around ACK behaviour, but have not been able to resolve my problem. Hopefully someone can help. Device setup lwip 1.4.1. Bare metal on an ARM
/archive/html/lwip-users/2013-09/msg00006.html (10,389 bytes)

164. Re: [lwip-users] tcp_output() when processing "tcp_input_pcb" (score: 2)
Author: HIDDEN
Date: Mon, 12 Aug 2013 02:24:05 -0700 (PDT)
Hi Bill, Certainly, I can show my code. But I think that I set up the server successfully. My problem is how to send packets immediatly(when I turn off the nagle.) The "tcp_output()" is in the last l
/archive/html/lwip-users/2013-08/msg00010.html (8,958 bytes)

165. Re: [lwip-users] lwIP tcp_write fails: specifically tcp_sndbufreturning 0 (score: 2)
Author: HIDDEN
Date: Thu, 25 Apr 2013 16:15:10 +0300
Hi, I do not see all your code so it is a problem understanding. Are you aware that when you create a TCP server you get one PCB (the listening PCB) and a different PCB for connection... they are dif
/archive/html/lwip-users/2013-04/msg00055.html (10,501 bytes)

166. [lwip-users] LwIP tcp_output Pcb Corruption (score: 2)
Author: HIDDEN
Date: Thu, 21 Mar 2013 13:17:59 -0600
/archive/html/lwip-users/2013-03/msg00046.html (7,856 bytes)

167. [lwip-users] TCP_MSS questions (score: 2)
Author: HIDDEN
Date: Thu, 14 Mar 2013 05:21:31 -0700 (PDT)
Hi all It is probably a logical explanation for the behavior I see with different TCP_MSS settings. Hope some one can explain me why. Our device is communicating with our server with TCP. It is a cla
/archive/html/lwip-users/2013-03/msg00028.html (5,301 bytes)

168. Re: [lwip-users] Sending out small TCP data very fast (score: 2)
Author: HIDDEN
Date: Mon, 14 Jan 2013 17:31:29 +0100
My problem is that every outgoing Message, when writing 26bit data to tcp_write and tcp_output, has in the end four data-packets as payload, therefore 104bits, but i want to send every 50ms one singl
/archive/html/lwip-users/2013-01/msg00024.html (5,452 bytes)

169. Re: [lwip-users] lwIP crash?! (score: 2)
Author: HIDDEN
Date: Wed, 21 Nov 2012 00:48:01 -0800 (PST)
Hi Artem I have looked at the thread and some further questions regarding you guide: 2. Make sure your sys arch protection implementation does taskDISABLE_INTERRUPTS/taskENABLE_INTERRUPTS (or portXXX
/archive/html/lwip-users/2012-11/msg00036.html (8,442 bytes)

170. Re: [lwip-users] lwip-users Digest, Vol 107, Issue 32 (score: 2)
Author: HIDDEN
Date: Thu, 26 Jul 2012 09:04:10 -0400
Simon, thanks for your reply. is setsockopt( sock, IPPROTO_TCP, TCP_NODELAY, (char *)&flag, sizeof(flag) ) the same as tcp_nagle_disable(myconn-> pcb.tcp )? I already have tcp_nagle_disable(myconn->
/archive/html/lwip-users/2012-07/msg00116.html (5,864 bytes)

171. Re: [lwip-users] Send out TCP packet asap? (score: 2)
Author: HIDDEN
Date: Thu, 26 Jul 2012 07:36:23 +0200
It is efficient as it is, as it uses less header bytes per data byte when combining multiple 200-byte-chunks into one 1400-byte-packet. Note that this is only done when there is un-ACKed data - this
/archive/html/lwip-users/2012-07/msg00106.html (5,373 bytes)

172. Re: [lwip-users] Assert after dropped TX packet (score: 2)
Author: HIDDEN
Date: Wed, 26 Oct 2011 11:51:33 -0500
I have verified that my MAC is dropping the tx frames during the "dead time". Today I put some debug output into my low_level_output() and lwIP is passing it in the frames, they are just not making i
/archive/html/lwip-users/2011-10/msg00107.html (14,043 bytes)

173. Re: [lwip-users] Delayed Ack causing problems? Where to call tcp_nagle_disable()? (score: 2)
Author: HIDDEN
Date: Fri, 09 Sep 2011 10:39:12 +0200
That's OK with me, I only wanted to point out that the httpd does *not* need nagle to be disabled, it's fast with it enabled and doesn't gain anything from disabling it. As the defaults for the mbox
/archive/html/lwip-users/2011-09/msg00139.html (7,671 bytes)

174. Re: [lwip-users] Delayed Ack causing problems? Where to call tcp_nagle_disable()? (score: 2)
Author: HIDDEN
Date: Mon, 22 Aug 2011 22:22:30 +0200
FreeRTOS Info <address@hidden>: So that seems like a good place to start for me debugging this :-) I'll try that and report back... Simon
/archive/html/lwip-users/2011-08/msg00099.html (6,363 bytes)

175. Re: [lwip-users] Detail usage of ppp (address@hidden) (score: 2)
Author: HIDDEN
Date: Mon, 22 Aug 2011 19:51:54 +0800
HI, Hans Thanks for you recommends. But even after I searched the user list, I still not found an answer. My question is just simple: 1. What's the public interface (the real public function list) of
/archive/html/lwip-users/2011-08/msg00085.html (11,234 bytes)

176. Re: [lwip-users] Detail usage of ppp (address@hidden) (score: 2)
Author: HIDDEN
Date: Sun, 21 Aug 2011 21:52:27 +0200
Hi I recommend you to browse through the old mailings within this mailing list. Some of mine date back to 2007. The keywords you have to use for your search are ppp, nosys (perhaps no_sys) and/or add
/archive/html/lwip-users/2011-08/msg00084.html (10,206 bytes)

177. Re: [lwip-users] lwip 1.4 - no FIN sent! (score: 2)
Author: HIDDEN
Date: Fri, 19 Aug 2011 12:56:14 +0200
has it." I finally debugged this issue and solved it by set TF_FIN flag on the pcb in function tcp_send_fin() in the case where we have unsent segments. I wanted to make a bug report but I realized
/archive/html/lwip-users/2011-08/msg00080.html (6,268 bytes)

178. Re: [lwip-users] lwip 1.4 - no FIN sent! (score: 2)
Author: HIDDEN
Date: Thu, 18 Aug 2011 18:31:18 +0200
you capture False alert for the FIN ! The flag is set but it's not displayed in wireshark single line because it's interpreted as an HTTP response. m8847 you should check in the packet details. I st
/archive/html/lwip-users/2011-08/msg00076.html (7,199 bytes)

179. [lwip-users] Delayed Ack causing problems, where to call tcp_nagle_disable()? (score: 2)
Author: HIDDEN
Date: Sat, 06 Aug 2011 18:02:15 +0100
Hi, lwIP V1.4.0. I have moved the demo FreeRTOS example from the Windoze simulator onto real hardware in order to check the timing behaviour (which can't really be done in the simulator), and found a
/archive/html/lwip-users/2011-08/msg00042.html (5,974 bytes)

180. Re: [lwip-users] Delayed Ack causing problems? Where to call tcp_nagle_disable()? (score: 2)
Author: HIDDEN
Date: Sat, 06 Aug 2011 19:30:00 +0100
I think I have answered my own question. I put it before these lines, and everything is fine now. /* Tell TCP that this is the structure we wish to be passed for our callbacks. */ tcp_nagle_disable(p
/archive/html/lwip-users/2011-08/msg00040.html (8,544 bytes)


This search system is powered by Namazu