lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [task #6683] Document lwIPs thread safety requirements


From: Frédéric Bernon
Subject: [lwip-devel] [task #6683] Document lwIPs thread safety requirements
Date: Thu, 12 Apr 2007 14:07:46 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3

Follow-up Comment #4, task #6683 (project lwip):

Agree with you Simon, but to do that, we have to : 

- use a critical section in api_msg_post
or
- use a semaphore (and not a mbox) to do the synchronize between
application-thread and tcpip_thread. This semaphore could be a local variable
(but it's not a good solution), or a semaphore based on a per thread base
(like sys_timeouts).
 

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/task/?6683>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/





reply via email to

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