]> Git Repo - linux.git/blobdiff - net/atm/clip.c
neigh: new unresolved queue limits
[linux.git] / net / atm / clip.c
index 852394072fa151956cec3e819da113024fbb6971..32c41b8a803e476c300df56756dfc43d45b094d9 100644 (file)
@@ -329,7 +329,7 @@ static struct neigh_table clip_tbl = {
                .gc_staletime           = 60 * HZ,
                .reachable_time         = 30 * HZ,
                .delay_probe_time       = 5 * HZ,
-               .queue_len              = 3,
+               .queue_len_bytes        = 64 * 1024,
                .ucast_probes           = 3,
                .mcast_probes           = 3,
                .anycast_delay          = 1 * HZ,
This page took 0.026695 seconds and 4 git commands to generate.