lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #18960] Slow / incomplete HTTP responses.


From: anonymous
Subject: [lwip-devel] [bug #18960] Slow / incomplete HTTP responses.
Date: Wed, 07 Feb 2007 04:08:33 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.9) Gecko/20070131 Fedora/1.5.0.9-2.fc6 Firefox/1.5.0.9 pango-text

Follow-up Comment #4, bug #18960 (project lwip):

more information ...

if I declare the struct tcp_pcb *pcb as static ...
as below ...
the problem goes away .. no need for the printf anymore.

maybe the pcb pointer is being optimised away by the compiler or have I got
stack problems ? I dont know this code really well so any comments are much
appreciated.

void
tcp_input(struct pbuf *p, struct netif *inp)
{
  static struct tcp_pcb *pcb, *prev;
  struct tcp_pcb_listen *lpcb;
  u8_t hdrlen;
  err_t err;


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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