[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] TCP problem
From: |
Simon Goldschmidt |
Subject: |
Re: [lwip-users] TCP problem |
Date: |
Tue, 20 Oct 2009 10:53:10 +0200 |
> WND = 512
> MSS = 512
Having WND == MSS is generally not a good idea regarding throughput because
that raises problems both with the nagle and delayed ack algorithm. You should
at least make sure the nagle algorithm is turned off when having WND == MSS,
although you can then still have problems with delayed ack of the remote side.
Simon
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
- [lwip-users] TCP problem, Jan Wester, 2009/10/14
- Re: [lwip-users] TCP problem, Kieran Mansley, 2009/10/14
- SV: [lwip-users] TCP problem, Jan Wester, 2009/10/19
- SV: [lwip-users] TCP problem, Jan Wester, 2009/10/20
- Re: [lwip-users] TCP problem,
Simon Goldschmidt <=
- SV: [lwip-users] TCP problem, Jan Wester, 2009/10/20
- RE: [lwip-users] TCP problem, David Shmelzer, 2009/10/20
- Re: [lwip-users] TCP problem, Alain Mouette, 2009/10/20
- Re: [lwip-users] TCP problem, address@hidden, 2009/10/20
- RE: [lwip-users] TCP problem, Bill Auerbach, 2009/10/20
- RE: [lwip-users] TCP problem, Simon Goldschmidt, 2009/10/21
- SV: [lwip-users] TCP problem, Jan Wester, 2009/10/21
- Re: SV: [lwip-users] TCP problem, Simon Goldschmidt, 2009/10/21
- SV: SV: [lwip-users] TCP problem, Jan Wester, 2009/10/21
- Re: SV: SV: [lwip-users] TCP problem, address@hidden, 2009/10/21