lwip-devel
[Top][All Lists]
Advanced

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

Re: [lwip-devel] Granularity of core locking


From: address@hidden
Subject: Re: [lwip-devel] Granularity of core locking
Date: Tue, 28 Jun 2016 20:52:38 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2

Tim Cussins wrote:
(2) I need a solution asap :) Can you suggest a class of "safe places"
to flash the lock?

   By flash I mean:

   UNLOCK_TCPIP_CORE();
   LOCK_TCPIP_CORE();
I'm afraid I can't: you'd need a mechanism to e.g. prevent the pcb you're sending on to be freed from other threads. lwIP just doesn't provide that (yet?).

Simon



reply via email to

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