]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- repeaters 256 seems to work better
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 Jan 2009 01:23:10 +0000 (01:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    net-snmp-snmpnetstat-getbulk.patch -> 1.4

net-snmp-snmpnetstat-getbulk.patch

index 556dfcda51774e340148bd9014551ae31714515d..e7f8f95ee7b0386c2cd9e8b91effe69f556a2c1c 100644 (file)
  int   interval;       /* repeat interval for i/f stats */
  char  *intrface;      /* desired i/f for stats, or NULL for all i/fs */
  int   af;             /* address family */
-+int     max_getbulk = 512;  /* specifies the max-repeaters value to use with GETBULK requests */
++int     max_getbulk = 256;  /* specifies the max-repeaters value to use with GETBULK requests */
  
  char    *progname = NULL;
  
This page took 0.033273 seconds and 4 git commands to generate.