]> git.pld-linux.org Git - packages/net-snmp.git/blame - net-snmp-TCP_STATS_CACHE_TIMEOUT.patch
Provide hrMIB data via librpm for rpm 4.16
[packages/net-snmp.git] / net-snmp-TCP_STATS_CACHE_TIMEOUT.patch
CommitLineData
a2629ae7
ER
1--- net-snmp-5.4.2.1/agent/mibgroup/mibII/tcpTable.c 2009-01-23 17:21:22.615182719 +0200
2+++ net-snmp-5.4.2.1/agent/mibgroup/mibII/tcpTable.c 2009-01-23 18:34:55.401229364 +0200
3@@ -123,10 +123,10 @@
4 *
5 */
6 #ifndef MIB_STATS_CACHE_TIMEOUT
7-#define MIB_STATS_CACHE_TIMEOUT 5
8+#define MIB_STATS_CACHE_TIMEOUT 1800
9 #endif
10 #ifndef TCP_STATS_CACHE_TIMEOUT
11-#define TCP_STATS_CACHE_TIMEOUT MIB_STATS_CACHE_TIMEOUT
12+#define TCP_STATS_CACHE_TIMEOUT 1800
13 #endif
14
15 #if defined(TCP_PORTS_IN_HOST_ORDER) && TCP_PORTS_IN_HOST_ORDER
This page took 0.180263 seconds and 4 git commands to generate.