lwip-users
[Top][All Lists]
Advanced

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

[lwip-users] [lwip] The timers in the TCP


From: lwip
Subject: [lwip-users] [lwip] The timers in the TCP
Date: Wed, 08 Jan 2003 22:45:48 -0000

Hi , I have a question regarding the timers in the tcp module - the delay ack 
and the rtx.
This is the scenario:
while handling a certion tcp_pcb in the main thread in tcp_output, the 
tcp_timer_coarse
is called and use the unacked and unsent lists of the current handled pcb in 
the main thread.
Is this scenario safe - it seems to me that both threads can use the unacked 
and unsent lists 
of the same pcb?
Thanks
[This message was sent through the lwip discussion list.]




reply via email to

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