summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/net/Makefile
diff options
context:
space:
mode:
authorYacine Belkadi2011-07-26 14:51:03 +0200
committerYacine Belkadi2011-09-08 16:12:40 +0200
commit21e4811b588663dde6d56164b969fc18ab8816ad (patch)
tree53a8e1f38c38d524b8ae6758cbfcbd3ecc3c4b06 /cleopatre/linux-2.6.25.10-spc300/net/Makefile
parent6fc4e40d0cc77bee4b28f7100221cc222a865aef (diff)
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.
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/net/Makefile')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/net/Makefile2
1 files changed, 2 insertions, 0 deletions
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