Am 27.01.2021 um 18:27 schrieb Nathan Brandes:
> [..]
> It seems like I can use a tcp_poll() callback to poll my flag
> but the fastest it would happen is 500ms? Can I decrease this to 10ms
> somehow?  OR is there a better way to go about this?

tcp_poll() is rather meant for slower connection-handling things. I'd
suggest to use 'tcpip_callback()' (or one of the likes) that get a
function called in the right context (with an argument).

Regards,
Simon

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

Reply via email to