|
From: | Gisle Vanem |
Subject: | Re: [lwip-users] Lwip tcp-stack reliability issue when using non-reliable network? |
Date: | Tue, 7 Nov 2017 15:09:34 +0100 |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 |
Itzik Levi wrote:
I'll go over your lwipopts and see whether I missed something.In addition, I will attempt to useSO_SNDTIMEO and SO_RCVTIMEO instead of polling in parallel to write and read(I understand by the samples its a more health way of using this api).If you have anymore suggestions, that will be great!
I think you wrote earlier than you had disabled "Nagle algorithm". Are you sure that's a good idea? Maybe you're saturating your RF-link with small fragments. Just a thought since it's almost never a good idea to turn off Nagle. -- --gv
[Prev in Thread] | Current Thread | [Next in Thread] |