diff options
Diffstat (limited to 'src/config.c')
-rw-r--r-- | src/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |