From 32242a48314dc87c772790d7ea6579108c9291c6 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 1 Sep 2012 08:44:22 -0400 Subject: [PATCH] Fix incorrect comment. --- irker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irker b/irker index 01d0585..12b9190 100755 --- a/irker +++ b/irker @@ -29,7 +29,7 @@ XMIT_TTL = (3 * 60 * 60) # Time to live, seconds from last transmit PING_TTL = (15 * 60) # Time to live, seconds from last PING DISCONNECT_TTL = (24 * 60 * 60) # Time to live, seconds from last connect UNSEEN_TTL = 60 # Time to live, seconds since first request -CHANNEL_MAX = 18 # Max channels open per socket (freenet limit) +CHANNEL_MAX = 18 # Max channels open per socket (default) ANTI_FLOOD_DELAY = 0.125 # Anti-flood delay after transmissions, seconds # No user-serviceable parts below this line -- 2.26.2