lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20315] Problem in the use of tcp_listen in api_msg.c


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #20315] Problem in the use of tcp_listen in api_msg.c
Date: Wed, 04 Jul 2007 09:23:51 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #5, bug #20315 (project lwip):

It should be only in one list at every time.

It should be on the bound list when calling tcp_listen, so you'd have to
remove it from there, not from the active list, that's right.

Maybe we should include a check at the beginning that it isn't active yet and
fail if it is. That would solve the netconn issues with converting from
connection- to listen-pcb, also. Only bad thing is we don't have a return
value here...

Maybe the automatic-freeing is not so good after all...

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?20315>

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





reply via email to

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