Noam weissman wrote
> Hi,
> 
> Normally closing a connection involves freeing memory or some
> other tasks as well.
> 
> LwIP has a clean way to do this. Every connection has a poll 
> callback option. If you assign a function to the connection (tcp_pool) 
> it will be called every poll interval.
> 
> If you set poll interval to two it will be called every second. 
> You simply add an variable to the open connection to count the time.
> 
> Hope that was clear.

I used this method when I was working on RAW API. Is it possible in socket
api too?



--
View this message in context: 
http://lwip.100.n7.nabble.com/idle-connection-timeout-tp23252p23260.html
Sent from the lwip-users mailing list archive at Nabble.com.

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

Reply via email to