]> git.pld-linux.org Git - packages/net-snmp.git/commitdiff
- bulksize 32, seems to fit to frame size
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 23 Jan 2009 17:09:11 +0000 (17:09 +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.5

net-snmp-snmpnetstat-getbulk.patch

index e7f8f95ee7b0386c2cd9e8b91effe69f556a2c1c..fdb44f557b97808878e1390ba628827a6453ae21 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 = 256;  /* specifies the max-repeaters value to use with GETBULK requests */
++int     max_getbulk = 32;  /* specifies the max-repeaters value to use with GETBULK requests */
  
  char    *progname = NULL;
  
This page took 0.325936 seconds and 4 git commands to generate.