lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] TCP Receive Timeout


From: address@hidden
Subject: Re: [lwip-users] TCP Receive Timeout
Date: Fri, 10 Jan 2020 23:27:46 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1

Am 19.12.2019 um 06:44 schrieb Yacob Hassidim:
Hello all,

I use LwIP version 2.0.3.

I want to define timeout for TCP receive.

LwIP allows to define the following options:

- LWIP_TCPIP_TIMEOUT

Have you found out by now that LWIP_TCPIP_TIMEOUT has nothing to do with
receive timeouts?

When using sockets, just try to use standard calls and come back here
for anything that doesn't work compared to Unix/Linux/windows.

Regards,
Simon


- LWIP_SO_RCVTIMEO

Which of them shall be enabled for receive timeout?

The timeout value shall be set by the function netconn_set_recvtimeout().

Can I use netconn_set_recvtimeout() at any time or it must be at system
startup?

Thanks.

Yacob Hassidim.


_______________________________________________
lwip-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/lwip-users





reply via email to

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