diff options
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 |
commit | bc91f60fc288fe1fd0729f7bafe0596837c3e675 (patch) | |
tree | 5e36e8e4c64295ab5d9a30e8625358f2c6a876d7 /include/network.h | |
parent | eaae45fa65fdb559b5442dfe2da05a808c5c57ba (diff) | |
download | conntrack-tools-bc91f60fc288fe1fd0729f7bafe0596837c3e675.tar.gz conntrack-tools-bc91f60fc288fe1fd0729f7bafe0596837c3e675.zip |
simplify checksum code: use UDP/multicast checksum facilities
Diffstat (limited to 'include/network.h')
-rw-r--r-- | include/network.h | 1 |
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; }; |