[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #34176] select after non-blocking send timesout
From: |
Cyril |
Subject: |
[lwip-devel] [bug #34176] select after non-blocking send timesout |
Date: |
Fri, 23 Sep 2011 09:37:00 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 |
Follow-up Comment #3, bug #34176 (project lwip):
Well, since we had another bug (EMSGSIZE) that required patching, and a buggy
ethernet switch, I've tried many things to solve this and finally it works.
I'm afraid I can't really say what solved the issue, but I've definitively
disabled the low water test, patched the code for fixing EMSGSIZE code, and
changed the ethernet switch.
When using these parameters, it's also working:
#define TCP_SNDLOWAT 2 * TCP_MSS + 1
#define TCP_SNDQUEUELOWAT 5
Seems like that, even with new parameters, in case of packets loss, lwIP
perform worst than Win32 / Linux IP stack, and transmission eventually succeed
after few minutes (!), while a PC on the same (faulty) ethernet switch works
in decent time.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?34176>
_______________________________________________
Message posté via/par Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #34176] select after non-blocking send timesout,
Cyril <=