[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #46685] pcb->accepts_pending is not decreased
From: |
Joel Cunningham |
Subject: |
[lwip-devel] [bug #46685] pcb->accepts_pending is not decreased |
Date: |
Thu, 07 Jan 2016 14:50:20 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:43.0) Gecko/20100101 Firefox/43.0 |
Follow-up Comment #4, bug #46685 (project lwip):
Thanks for the example code, since you're using the Raw API in your
application, your application code is responsible for calling tcp_accepted()
after having accepted the connection via tcp_accept(). This performs the
bookkeeping on the accepts_pending that is not happening in your case
See documentation about Raw API and TCP:
http://lwip.wikia.com/wiki/Raw/TCP
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?46685>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, PIPON, 2016/01/06
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, Joel Cunningham, 2016/01/06
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, PIPON, 2016/01/07
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased,
Joel Cunningham <=
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, PIPON, 2016/01/07
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, Joel Cunningham, 2016/01/07
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, PIPON, 2016/01/08
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, Joel Cunningham, 2016/01/08
- [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased, Joel Cunningham, 2016/01/11