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: Tue, 06 Feb 2007 01:55:38 +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 #1, bug #18960 (project lwip):

Further information ... no longer seems to crash if I put a printf statement
as below .... however httpd response times still erratic.

    LWIP_ASSERT("tcp_input: active pcb->state != LISTEN", pcb->state !=
LISTEN);
    
printf("pcb->remote_port == tcphdr->src    %X     %X\n", pcb->remote_port,
tcphdr->src);

    if (pcb->remote_port == tcphdr->src &&
       pcb->local_port == tcphdr->dest &&
       ip_addr_cmp(&(pcb->remote_ip), &(iphdr->src)) &&
       ip_addr_cmp(&(pcb->local_ip), &(iphdr->dest))) {


    _______________________________________________________

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]