summaryrefslogtreecommitdiffstats
path: root/include/network.h
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-24 11:32:53 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2007-05-24 11:32:53 +0000
commitbc91f60fc288fe1fd0729f7bafe0596837c3e675 (patch)
tree5e36e8e4c64295ab5d9a30e8625358f2c6a876d7 /include/network.h
parenteaae45fa65fdb559b5442dfe2da05a808c5c57ba (diff)
simplify checksum code: use UDP/multicast checksum facilities
Diffstat (limited to 'include/network.h')
-rw-r--r--include/network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/network.h b/include/network.h
index dab50db..176274e 100644
--- a/include/network.h
+++ b/include/network.h
@@ -5,7 +5,6 @@
struct nlnetwork {
u_int16_t flags;
- u_int16_t checksum;
u_int32_t seq;
};