[netfilter-cvslog] r3501 - trunk/nfsim/tools

rusty at netfilter.org rusty at netfilter.org
Thu Dec 23 11:26:13 CET 2004


Author: rusty at netfilter.org
Date: 2004-12-23 11:26:12 +0100 (Thu, 23 Dec 2004)
New Revision: 3501

Modified:
   trunk/nfsim/tools/tcpsession.c
Log:
Send ack: bug is in my kernel mods, not in other code (normal kernel passes fine with this)


Modified: trunk/nfsim/tools/tcpsession.c
===================================================================
--- trunk/nfsim/tools/tcpsession.c	2004-12-23 02:36:21 UTC (rev 3500)
+++ trunk/nfsim/tools/tcpsession.c	2004-12-23 10:26:12 UTC (rev 3501)
@@ -221,12 +221,8 @@
 	out->ack += len + curr->lenchange;
 	curr->lenchange = 0;
 
-#if 0
 	/* Send ACK. */
 	return tcp_send(out, in, 0, "ACK", NULL, 0, NULL);
-#else
-	return true;
-#endif
 }
 
 static bool close_session(struct tcp_endpoint *in, struct tcp_endpoint *out)




More information about the netfilter-cvslog mailing list