lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #46685] pcb->accepts_pending is not decreased


From: PIPON
Subject: [lwip-devel] [bug #46685] pcb->accepts_pending is not decreased
Date: Fri, 08 Jan 2016 06:36:56 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36 OPR/33.0.1990.122

Follow-up Comment #7, bug #46685 (project lwip):

Hello,
I have the impression of being an ass because I still do not understand
Actually let me rephrase my question

When I call  pcb = tcp_listen (pcb);
It's during the initialization ; At this time there is no connection
I effectiveley got a casted pointer to a reduced listenning pcb through which
accepts_pending can be changed, but at this point it is not usefull...

When I connected a ftp client the callback function ftpd_msgaccept is entered;
I think as you tell me it is the place to decrease accepts_pending : The
problem is that inside this function, pcb is not pointing to the reduced
structure so accepts_pending is not accessible ...

Regards

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.nongnu.org/




reply via email to

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