From 958cb789f5aa0599e45f3b7ee382c6701f4aebe6 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Wed, 1 Apr 2020 22:56:29 -0700 Subject: [PATCH] ircd::net: Increase the handshaking maximum default. --- ircd/net.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ircd/net.cc b/ircd/net.cc index d0525cab9..482b839cb 100644 --- a/ircd/net.cc +++ b/ircd/net.cc @@ -1200,7 +1200,7 @@ decltype(ircd::net::acceptor::handshaking_max) ircd::net::acceptor::handshaking_max { { "name", "ircd.net.acceptor.handshaking.max" }, - { "default", 64L }, + { "default", 1024L }, }; /// The number of simultaneous handshakes we conduct for a single peer (which