From 2a09e1a5badcb616bb62398fd6660cdbdfa95201 Mon Sep 17 00:00:00 2001 From: Radim Kolar Date: Sat, 24 Aug 2019 11:33:32 +0200 Subject: [PATCH] change inetd timeout to be more readable in code --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.c b/server/main.c index 31c2607..c4c1b58 100644 --- a/server/main.c +++ b/server/main.c @@ -339,7 +339,7 @@ int main (int argc, char ** argv) { if(inetd_timeout==0) /* 5. minutes is maximum resend timeout required by protocol */ - inetd_timeout=300*1000L; + inetd_timeout=5*60*1000L; }else { if(inetd_timeout==0 || !dbug)