]> git.pld-linux.org Git - packages/arpd.git/commitdiff
- now 4096 entries is possible.
authorPaweł Gołaszewski <blues@pld-linux.org>
Tue, 27 Nov 2001 15:51:41 +0000 (15:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpd-more_tables.patch -> 1.2
    arpd-uid.patch -> 1.5

arpd-more_tables.patch
arpd-uid.patch

index 79bbcee889df1f9402d1fa4b4e5dc4858a742bc1..030df5b2413a54dace466090087457412b950d6c 100644 (file)
@@ -5,7 +5,7 @@
  /* these shouldn't change for ipv4 */
  #define ARPD_TRIEWIDTH        256
 -#define ARPD_TRIEDEPTH        4
  /* these shouldn't change for ipv4 */
  #define ARPD_TRIEWIDTH        256
 -#define ARPD_TRIEDEPTH        4
-+#define ARPD_TRIEDEPTH        8
++#define ARPD_TRIEDEPTH        16
  
  union arpd_triedef
  {
  
  union arpd_triedef
  {
index 0e4f7cb56a447c608810786b5443566da23c3533..be95773040ff58d4f05db3f7107a0182f2dd1957 100644 (file)
@@ -15,7 +15,7 @@
 -/* these shouldn't change for ipv4 */
 +/* these shouldn't change for ipv4    */
  #define ARPD_TRIEWIDTH        256
 -/* these shouldn't change for ipv4 */
 +/* these shouldn't change for ipv4    */
  #define ARPD_TRIEWIDTH        256
- #define ARPD_TRIEDEPTH        8
+ #define ARPD_TRIEDEPTH        16
  
 +/* usage string                               */
 +static char* usage=
  
 +/* usage string                               */
 +static char* usage=
This page took 0.069248 seconds and 4 git commands to generate.