Re: [lwip-users] TCP Receive Timeout

2020-01-12 Thread Yacob Hassidim
or it must be at system startup? Yacob Hassidim, Real Time Embedded Software Engineer -Original Message- From: lwip-users On Behalf Of goldsi...@gmx.de Sent: Saturday, January 11, 2020 12:28 AM To: Mailing list for lwIP users Subject: Re: [lwip-users] TCP Receive Timeout Am 19.12.2019

Re: [lwip-users] TCP Receive Timeout

2020-01-10 Thread goldsi...@gmx.de
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 us

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Yacob Hassidim
: Mailing list for lwIP users Subject: Re: [lwip-users] TCP Receive Timeout Hello, I've using as set LWIP_TCPIP_TIMEOUT to 1 too. Also, netconn_set_recvtimeout is a define line for sign to "conn->recv_timeout". Yacob Hassidim mailto:yac...@dds-security.com> >, 26 Ara 2

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Mesut Cömert
_TCPIP_TIMEOUT is not required? > > > > Can I set “conName->recv_timeout” at any time? > > > > Yacob Hassidim. > > > > *From:* lwip-users > *On Behalf Of *Mesut Cömert > *Sent:* Thursday, December 26, 2019 9:09 AM > *To:* Mailing list for lw

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Yacob Hassidim
December 26, 2019 8:49 AM To: Mailing list for lwIP users mailto:lwip-users@nongnu.org> > Subject: Re: [lwip-users] TCP Receive Timeout Hello, I think you can use netconn_set_recvtimeout() function. But I've prefering "conName->recv_timeout" method. Yacob Hassi

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Mesut Cömert
n: > > LwIP allows to define the following options: > > - LWIP_TCPIP_TIMEOUT > > - LWIP_SO_RCVTIMEO > > > > Which of them shall be enabled for receive timeout? > > > > Yacob Hassidim. > > > > *From:* lwip-users > *On Behalf Of *Mesut Cömert > *Sen

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Yacob Hassidim
: Thursday, December 26, 2019 8:49 AM To: Mailing list for lwIP users Subject: Re: [lwip-users] TCP Receive Timeout Hello, I think you can use netconn_set_recvtimeout() function. But I've prefering "conName->recv_timeout" method. Yacob Hassidim mailto:yac...@dds-security.co

Re: [lwip-users] TCP Receive Timeout

2019-12-25 Thread Mesut Cömert
Hello, I think you can use netconn_set_recvtimeout() function. But I've prefering "conName->recv_timeout" method. Yacob Hassidim , 26 Ara 2019 Per, 09:42 tarihinde şunu yazdı: > Hello all, > > > > This is the 3rd time I send this question. > > Can anyone help? > > > > I use LwIP version 2.0.3. >

[lwip-users] TCP Receive Timeout

2019-12-25 Thread Yacob Hassidim
Hello all, This is the 3rd time I send this question. Can anyone help? 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 - LWIP_SO_RCVTIMEO Which of them shall be enabled for receive timeout?

[lwip-users] TCP Receive Timeout

2019-12-18 Thread 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 - LWIP_SO_RCVTIMEO Which of them shall be enabled for receive timeout? The timeout value shall be set by the function netconn_set_re

[lwip-users] TCP Receive Timeout

2019-12-15 Thread 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 - LWIP_SO_RCVTIMEO Which of them shall be enabled for receive timeout? The timeout value shall be set by the function netconn_set_re