lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] Decreasing tcp_poll() time


From: address@hidden
Subject: Re: [lwip-users] Decreasing tcp_poll() time
Date: Wed, 27 Jan 2021 21:16:13 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.1

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



reply via email to

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