lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [bug #20779] Keep-Alive and SYNs


From: Frédéric Bernon
Subject: [lwip-devel] [bug #20779] Keep-Alive and SYNs
Date: Tue, 14 Aug 2007 12:28:28 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6

Follow-up Comment #6, bug #20779 (project lwip):

No objects to add these errors stats? (and yes, I know, it's not directly a
patch for this bug report, sorry)

Index: src/core/tcp_in.c
===================================================================
RCS file: /sources/lwip/lwip/src/core/tcp_in.c,v
retrieving revision 1.74
diff -w -b -u -0 -p -r1.74 tcp_in.c
--- src/core/tcp_in.c   9 Aug 2007 22:21:45 -0000       1.74
+++ src/core/tcp_in.c   14 Aug 2007 12:24:42 -0000
@@ -117,0 +118 @@ tcp_input(struct pbuf *p, struct netif *
+    snmp_inc_tcpinerrs();
@@ -124,0 +126,2 @@ tcp_input(struct pbuf *p, struct netif *
+    TCP_STATS_INC(tcp.proterr);
+    TCP_STATS_INC(tcp.drop);
@@ -156,0 +160 @@ tcp_input(struct pbuf *p, struct netif *
+    snmp_inc_tcpinerrs();


    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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