lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #5960] Enable multithread send/recv operations on sa


From: Frédéric Bernon
Subject: [lwip-devel] [patch #5960] Enable multithread send/recv operations on same socket on TCP netconns
Date: Wed, 23 May 2007 14:47:06 +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 #14, patch #5960 (project lwip):

prio can be use like an ID if you never have two tasks with the same prio
value. In my OS, sys_get_current_task() return a value inside
[0...MAX_TASK-1], and it's good for me..

But I think it's a little bit outside the scope of this task (but it's
important, because we want to reduce port-breakage after the next
release)...

In a first step, I propose to replace the conn->mbox by a conn->apisem. Good
for you?

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?5960>

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





reply via email to

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