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 16:22:11 +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 #17, patch #5960 (project lwip):

>If we integrate the semaphore to use in one of the messages,...
It could be good, but there is ONE case where it's necessary to let it at
inside "netconn" struct: the connect !!!

Because in this special case, the final result (do_connected or err_tcp)
doesn't have any track of the "original" api_msg. 

That why in a first time, I think to just do a simple type change (mbox ->
sem). But if you got a good idea for that (adding a "struct api_msg*" in the
netconn struct, just for the "connect" ?)...

    _______________________________________________________

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]