[NETFILTER]: Use only 32bit counters for CONNTRACK_ACCT
authorHarald Welte <laforge@netfilter.org>
Tue, 11 Oct 2005 04:21:10 +0000 (21:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Oct 2005 04:21:10 +0000 (21:21 -0700)
Initially we used 64bit counters for conntrack-based accounting, since we
had no event mechanism to tell userspace that our counters are about to
overflow.  With nfnetlink_conntrack, we now have such a event mechanism and
thus can save 16bytes per connection.

Signed-off-by: Harald Welte <laforge@netfilter.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found