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 20:07:24 +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 #21, patch #5960 (project lwip):

Misusing a field ? ;) To study, but if we replace the "sys_mbox_t mbox;" by a
"sys_sem_t* apisem", the size won't change (from actual code, of course).

But to be honest, I think that adding this field is the only "clean" thing to
do, but there is several fields which could be optional: conn->socket,
conn->callback, conn->recv_available. Most of them seems to be used for
"select" only ...

    _______________________________________________________

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]