lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #28651] tcp_connect: no callbacks called if tcp_enqueu


From: Simon Goldschmidt
Subject: [lwip-devel] [bug #28651] tcp_connect: no callbacks called if tcp_enqueue fails
Date: Tue, 19 Jan 2010 18:45:28 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7

Update of bug #28651 (project lwip):

             Assigned to:                    None => goldsimon              

    _______________________________________________________

Follow-up Comment #2:

I think to fix this, the pcb should stay on the 'bound' list until
tcp_write() returned ERR_OK (since no segment is created otherwise) - meaning
if tcp_connect returns != ERR_OK, the pcb is still on the 'bound' list, not
the 'active' list.

Then, api_msg.c:do_connect should signal op_completed if tcp_connect returns
!= ERR_OK.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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