From b3d678c5f2f2f6208f37780090427b6c47e446e4 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 5 Jun 2012 22:32:19 +0200 Subject: Increase reorder count --- src/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/config.c b/src/config.c index 015ff8f..f10c058 100644 --- a/src/config.c +++ b/src/config.c @@ -60,7 +60,7 @@ static void default_config(fastd_config *conf) { conf->peer_stale_time = 90; conf->eth_addr_stale_time = 300; - conf->reorder_count = 32; + conf->reorder_count = 64; conf->reorder_time = 10; conf->ifname = NULL; -- cgit v1.2.3