lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #24440] TCP connection close problem on 64-bit host


From: Kieran Mansley
Subject: [lwip-devel] [bug #24440] TCP connection close problem on 64-bit host
Date: Fri, 03 Oct 2008 13:25:01 +0000
User-agent: Opera/9.21 (X11; Linux i686; U; en)

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

A safe work-around would be to prefix the call to tcp_accept in
do_listen_internal() with:

 if (pcb->state == LISTEN)

I think.  I've not tried this though.

To fix properly needs a little bit of work though - there's some cleaning up
that can be done (there's no need for an accept callback entry on a struct
tcp_pcb) and tcp_accept() should take a struct tcp_pcb_listen type.

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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