Hi Sergio, thanks for your help. I will check that.
As far as I remember in my application I do not really wait for an ACK
after sending the header. The content is sent directly after the header
without actively waiting for the response. But maybe that happens in the
background automatically when I send data 2 times with lwip send method.
Is there a chance to reduce some timeouts in lwipopts.h so that my app
would react on possible lost telegram earlier and not just after 5 seconds?

Marco
Am 20.05.2016 2:25 nachm. schrieb "Sergio R. Caprile [via lwIP]" <
[email protected]>:

> You could trim your memory, there are some threads on this on the list,
> I suggest you search for them.
> However, what needs to be optimized is your application.
> Check the examples on the contrib tree, you should check for TCP buffer
> room and fill it as much as possible. Your TCP_MSS is 536, that means
> you could easily send (at least) that many bytes without waiting for an
> ACK, but you are stopping at the CRLFCRLF after the header (250 bytes)
> and waiting for an ACK before sending the content (14 bytes).
> If you need more help on this, I suggest you rename the thread to
> something including 'socket' and perhaps 'performance optimization' or
> something like that. It is good practice to keep a [was: ...] tag (or am
> I too old?)
>
>
> _______________________________________________
> lwip-users mailing list
> [hidden email] <http:///user/SendEmail.jtp?type=node&node=26370&i=0>
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
> http://lwip.100.n7.nabble.com/Delays-over-WiFi-tp26301p26370.html
> To unsubscribe from Delays over WiFi, click here
> <http://lwip.100.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=26301&code=bWFyY29AcmVpY2hlcnQtbmV0Lm9yZ3wyNjMwMXwxNDU3NDM0MDM2>
> .
> NAML
> <http://lwip.100.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://lwip.100.n7.nabble.com/Delays-over-WiFi-tp26301p26373.html
Sent from the lwip-users mailing list archive at Nabble.com.
_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to