lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #15926] netconn API bugs


From: anonymous
Subject: [lwip-devel] [bug #15926] netconn API bugs
Date: Wed, 19 Apr 2006 21:34:32 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.12) Gecko/20050919 Firefox/1.0.7

Follow-up Comment #1, bug #15926 (project lwip):

i did a hack for the first two things in the list..

i just take a semaphore in netconn_close() and wait till sent_tcp() is called
with tcp->unacked == NULL or err_tcp() is called, which releases the
semaphore

in the socket layer i added a call to netconn_close() before calling
netconn_delete()

sorry i dont know much about the diff stuff and how to make a nice looking
and behaving patch. maybe someone can help me to know about this. i know the
diff command but i dont know how to do it the right way.

i also removed the "if(state == LISTEN)" normaly the tcp layer should know in
which state it has to what when close is called, or am i wrong!?



Kind regard

Andreas

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=15926>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/





reply via email to

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