]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/ipv4/arp.c
neigh: new unresolved queue limits
[mirror_ubuntu-bionic-kernel.git] / net / ipv4 / arp.c
index 96a164aa1367b9c4f48f58c860b4e785261dbd9c..d732827b32b9c617b3e5f8a0ae065a57557c9f4f 100644 (file)
@@ -177,7 +177,7 @@ struct neigh_table arp_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,