From 858f693f56743e30ef64c821853146eecce21c01 Mon Sep 17 00:00:00 2001 From: weddy <> Date: Fri, 30 May 2003 05:36:17 +0000 Subject: [PATCH] remove a stray comment for code that didn't exist (presumably anymore ...), the sequence number stats start several lines farther down. --- tcptrace.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/tcptrace.h b/tcptrace.h index 2d72b92..97b066b 100644 --- a/tcptrace.h +++ b/tcptrace.h @@ -334,9 +334,6 @@ typedef struct tcb { u_long urg_data_bytes; u_long urg_data_pkts; - /* stats on sequence numbers */ - - /* Statistics to store the number of Zero window probes seen and the total number of bytes spent for it. */ u_long num_zwnd_probes;