]> git.kernelconcepts.de Git - mv-sheeva.git/commit
tcp: Replace time wait bucket msg by counter
authorTom Herbert <therbert@google.com>
Wed, 8 Dec 2010 20:16:33 +0000 (12:16 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 8 Dec 2010 20:16:33 +0000 (12:16 -0800)
commit67631510a318d5a930055fe927607f483716e100
treefd98bd3ab939a22188c72d4371c263af2d756192
parent171995e5d82dcc92bea37a7d2a2ecc21068a0f19
tcp: Replace time wait bucket msg by counter

Rather than printing the message to the log, use a mib counter to keep
track of the count of occurences of time wait bucket overflow.  Reduces
spam in logs.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/snmp.h
net/ipv4/proc.c
net/ipv4/tcp_minisocks.c