What if we are using FreeRTOS? I mean, what if NO_SYS = 0, we cannot
call sys_check_timeouts(),
what should we do then?

2018-06-04 15:59 GMT+03:00 Sergio R. Caprile <scapr...@gmail.com>:

> No need to bind(), you are a client, you connect().
> What is the value returned by tcp_connect() ? It should be ERR_OK
> What do you do after that ? Do you properly call sys_check_timeouts() on
> the main loop or you just sit waiting things to magically happen ?
> TCP is a state machine, you just instructed it to start a several steps
> process.
>
> PS: I assume your IP addressing is fine...
>
>
> _______________________________________________
> lwip-users mailing list
> lwip-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/lwip-users
>
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to