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: Christiaan Simons
Subject: [lwip-devel] [bug #15926] netconn API bugs
Date: Tue, 1 Aug 2006 15:02:32 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.0.5) Gecko/20060723 Firefox/1.5.0.5

Update of bug #15926 (project lwip):

             Assigned to:                    None => christiaans            

    _______________________________________________________

Follow-up Comment #3:

On a rainy holiday moment, i think i tackled it
in api_msg.c, in do_close(),
case NETCONN_TCP, add after if {}

else if (msg->conn->pcb.tcp->state == CLOSE_WAIT) {
  err = tcp_output(msg->conn->pcb.tcp);
}

I'll commit this when I'm back.
This doesn't fix the mailbox cludge though.

Bye, Christiaan.  

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/





reply via email to

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