lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Delays over WiFi


From: Sergio R. Caprile
Subject: Re: [lwip-users] Delays over WiFi
Date: Mon, 9 May 2016 17:26:19 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

I don't get it.
You have a web server, which accepts connections coming from clients and responds to their requests. There is no such thing as a TCPIP call. I assume you are talking about a TCP connection request. The client connects to the server, the client decides to reconnect or not if connection is lost, and lwIP is in no way related to this (as it is acting as a server, as you said). The client will decide to try to connect forever or give up after n attempts depending on whatever the javascript programmer has put on the javascript code you are serving the client with your webserver when it requests that. What do you want to do on the server ? Would you please define "react" ? There are TCP timers to play around, but if you don't get a connection request from the client... Do you actually have a network traffic capture to see why the client is not sending data or if the server is losing data ? Have you at least debugged the javascript app to see what is going on from its very own point of view ?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]