lwip-users archive search

Search String: Display: Description: Sort:

Results:

References: [ nagle: 244 ]

Total 244 documents matching your query.

221. RE : [lwip-users] Problem with socket send() (score: 2)
Author: HIDDEN
Date: Wed, 22 Aug 2007 11:05:15 +0200
Hi, Can you disable the nagle algorithm to be sure? (in this case, you should also have 3 frames, but, if the problem is in segment concatenation, you should got good datas) About your sample, since
/archive/html/lwip-users/2007-08/msg00053.html (7,580 bytes)

222. Re: [lwip-users] Enabling ACK_DELAY (score: 2)
Author: HIDDEN
Date: Mon, 13 Aug 2007 12:34:56 +0100
It's probably possible, but it would be a non-general modification to the stack that you'd need to do yourself, rather than just a configuration option. Network ACKs can be sent for many reasons, and
/archive/html/lwip-users/2007-08/msg00041.html (5,502 bytes)

223. [lwip-users] Enabling ACK_DELAY (score: 2)
Author: HIDDEN
Date: Fri, 10 Aug 2007 13:42:44 -0400
Hi, I'm in the process of porting an existing application to a new platform that uses lwIP. This application operates in real time using a series of commands from a server. The application layer of t
/archive/html/lwip-users/2007-08/msg00037.html (5,073 bytes)

224. RE: [lwip-users] lwIP TCP connection stalls? (score: 2)
Author: HIDDEN
Date: Fri, 3 Aug 2007 11:37:43 -0700 (PDT)
No it stops completely. The receive window is open. However I am not sure about the congestion window (might be messed up). Or it could be a bug in my application L Regards Ram From: address@hidden [
/archive/html/lwip-users/2007-08/msg00021.html (12,294 bytes)

225. RE: [lwip-users] lwIP TCP connection stalls? (score: 2)
Author: HIDDEN
Date: Fri, 3 Aug 2007 09:14:57 -0700
Does it stall for a few seconds and then resume? I was seeing this on my system, and the stall was occurring on the host computer. The reason was that the TCP window on my lwIP board was small enough
/archive/html/lwip-users/2007-08/msg00018.html (9,004 bytes)

226. Re: [lwip-users] Microblaze and lwIP (score: 2)
Author: HIDDEN
Date: Mon, 21 May 2007 10:40:00 -0300
Hi Kieran, I looked into the use of TCP_NODELAY. If this option is set, the result is to add TF_NODELAY to tcp->flags. In api_msg.c in do_write() this flag is used as shown in the code fragment below
/archive/html/lwip-users/2007-05/msg00067.html (8,996 bytes)

227. Re: [lwip-users] lwip and/or general tcp problems (score: 2)
Author: HIDDEN
Date: Mon, 9 Apr 2007 12:09:46 -0400
Thomas, Thanks for your response. I think most of my original questions have been traced to a corrupt MAC address in the segment sent using lwip (visible in the log file I sent you). This causes the
/archive/html/lwip-users/2007-04/msg00027.html (42,547 bytes)

228. RE: [lwip-users] lwip and/or general tcp problems (score: 2)
Author: HIDDEN
Date: Fri, 6 Apr 2007 01:59:06 -0500
From: Paul Butler [mailto:address@hidden Sent: Tuesday, April 03, 2007 12:04 PM To: Taranowski, Thomas (SWCOE) Subject: Re: [lwip-users] lwip and/or general tcp problems Thomas, Thanks for allowing m
/archive/html/lwip-users/2007-04/msg00024.html (36,376 bytes)

229. [lwip-users] Dropped Packets on PC receiver with lwip 1.1.0 Transmitter (score: 2)
Author: HIDDEN
Date: Wed, 28 Mar 2007 19:36:27 -0500
All, It appears many of my earlier problems were due to ADI using version 1.1.0 for the basis of their port (not 0.6.3 as I previously indicated), which had a problem with the Nagle algorithm. They a
/archive/html/lwip-users/2007-03/msg00221.html (20,827 bytes)

230. Re: [lwip-users] Tunning TCP in Lwip (score: 2)
Author: HIDDEN
Date: Fri, 3 Nov 2006 20:39:40 +0000
Ideally TCP_SND_BUF should be many times greater than TCP_MSS. This is due to the queuelen being stored in an 8 bit value. Someone posted a simple modification earlier in the week should you wish to
/archive/html/lwip-users/2006-11/msg00008.html (8,197 bytes)

231. [lwip-users] Tunning TCP in Lwip (score: 2)
Author: HIDDEN
Date: Fri, 3 Nov 2006 15:40:31 +0100
Hi group, I look for informations about tunning TCP in lwipopts.h. I have to send large TCP packets, with minimum delay, so, I try to find in newsletter archives some informations. But I don't know e
/archive/html/lwip-users/2006-11/msg00007.html (6,738 bytes)

232. Re: [lwip-users] Long(er) delay to PC ACK when serving images (score: 2)
Author: HIDDEN
Date: Mon, 09 Oct 2006 10:02:49 +0100
A better solution would be the one mentioned in this post to the mailing list: http://lists.gnu.org/archive/html/lwip-users/2006-09/msg00060.html Hopefully this change (although probably not the enqu
/archive/html/lwip-users/2006-10/msg00044.html (6,374 bytes)

233. Re: [lwip-users] Long(er) delay to PC ACK when ser ving images (score: 2)
Author: HIDDEN
Date: Sat, 07 Oct 2006 01:01:56 +0200
Hi, I'm not an tcpip expert too, but I've worked with lwip for past few weeks. I had exactly the same problem like yours, also using SAM7X256 processor. I solved the problem changing following thing
/archive/html/lwip-users/2006-10/msg00041.html (6,172 bytes)

234. Re: [lwip-users] Short but speedy writes (score: 2)
Author: HIDDEN
Date: Thu, 05 Oct 2006 08:53:50 +0100
Yes. Sounds like you're using the raw API already, so that is good as far as performance goes. Depending on your exact traffic pattern, if you're using WinSock on the other end you may need to disabl
/archive/html/lwip-users/2006-10/msg00023.html (5,559 bytes)

235. Re: [lwip-users] Re: Sending too slow. (score: 2)
Author: HIDDEN
Date: Wed, 13 Sep 2006 08:52:44 +0100
If you're using the raw API, then there is no Nagle algorithm - it's implemented in api_msg.c which is one of the higher layered APIs. Did you try looking at the loop in tcp_output() to see why it's
/archive/html/lwip-users/2006-09/msg00059.html (6,409 bytes)

236. [lwip-users] Re: lwip connect to normal socket application very very slowly (score: 2)
Author: HIDDEN
Date: Tue, 5 Sep 2006 11:31:58 +0800
I have found out the problem..... linux socket program will use NAGLE/delayed ACK...algorithm. If I use "tcp_write();tcp_output();" to send a packet(1024 bytes ) to the linux socket prgram!! it will
/archive/html/lwip-users/2006-09/msg00010.html (7,708 bytes)

237. [lwip-users] WG: Tuning the Segment-/Packet-/Framerate of lwIP-Stack (score: 2)
Author: HIDDEN
Date: Wed, 12 Jul 2006 16:54:32 +0200
I found the solution...the key is the nagle-algorithm. I only had to set the TF_NODELAY to 1. Thanks, Max Von: Kolpak, Maximilian (ext) Gesendet: Mittwoch, 12. Juli 2006 15:44 An: 'address@hidden' Be
/archive/html/lwip-users/2006-07/msg00048.html (8,473 bytes)

238. Re: [lwip-users] Porting LWIP into TI C6203 bug fix (score: 2)
Author: HIDDEN
Date: Wed, 31 Dec 2003 14:28:20 +0000 (GMT)
The issue of non-32bit aligned access has come up a lot recently. Having the Ethernet header on a 16 bit boundary is a standard way of ensuring the IP and TCP headers are 32 bit aligned (but does mea
/archive/html/lwip-users/2003-12/msg00062.html (7,168 bytes)

239. [lwip-users] Porting LWIP into TI C6203 bug fix (score: 2)
Author: HIDDEN
Date: Mon, 22 Dec 2003 23:54:28 +0200
Hi all, I have been porting the lwip onto TI C6203 dsp. The porting required a change to pbuf_alloc() & I believe I have encountered two bugs in the tcp->tmr & tcp->cwnd: 1. Changes needed in pbuf_al
/archive/html/lwip-users/2003-12/msg00057.html (7,048 bytes)

240. [lwip-users] Re: [lwip] tcp flushing (score: 2)
Author: HIDDEN
Date: Thu, 09 Jan 2003 03:13:52 -0500
I think it should just be documented so people can optimize for either latency or throughput. It can even change inside the same code. For example a telnet server should be low latency, while ftp tra
/archive/html/lwip-users/2003-01/msg02240.html (5,792 bytes)


This search system is powered by Namazu