From 21e4811b588663dde6d56164b969fc18ab8816ad Mon Sep 17 00:00:00 2001 From: Yacine Belkadi Date: Tue, 26 Jul 2011 14:51:03 +0200 Subject: cleo/linux: add seq_check, refs #2644 Add code to check sequence numbers in specially crafted packets (like those sent by the iperf tool), and report any gaps. The purpose is to help investigate packet loss in a network chain. --- cleopatre/linux-2.6.25.10-spc300/net/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cleopatre/linux-2.6.25.10-spc300/net/Makefile') diff --git a/cleopatre/linux-2.6.25.10-spc300/net/Makefile b/cleopatre/linux-2.6.25.10-spc300/net/Makefile index b7a13643b5..c2868bb9a4 100644 --- a/cleopatre/linux-2.6.25.10-spc300/net/Makefile +++ b/cleopatre/linux-2.6.25.10-spc300/net/Makefile @@ -57,3 +57,5 @@ obj-$(CONFIG_NET_9P) += 9p/ ifeq ($(CONFIG_NET),y) obj-$(CONFIG_SYSCTL) += sysctl_net.o endif + +obj-$(CONFIG_SEQ_CHECK) += seq_check.o -- cgit v1.2.3