From 5f6630f155d2e77b14477accb6afd56fb8e8a7b1 Mon Sep 17 00:00:00 2001 From: isaac Date: Wed, 26 Aug 2009 22:05:06 +0000 Subject: [PATCH] i=isaac,b=16186: - revert per request from rread --- lnet/klnds/o2iblnd/o2iblnd_modparams.c | 2 +- lnet/klnds/socklnd/socklnd_modparams.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lnet/klnds/o2iblnd/o2iblnd_modparams.c b/lnet/klnds/o2iblnd/o2iblnd_modparams.c index 27a6112..f7081a9 100644 --- a/lnet/klnds/o2iblnd/o2iblnd_modparams.c +++ b/lnet/klnds/o2iblnd/o2iblnd_modparams.c @@ -72,7 +72,7 @@ static int peer_buffer_credits = 0; CFS_MODULE_PARM(peer_buffer_credits, "i", int, 0444, "# per-peer router buffer credits"); -static int peer_timeout = 180; +static int peer_timeout = 0; CFS_MODULE_PARM(peer_timeout, "i", int, 0444, "Seconds without aliveness news to declare peer dead (<=0 to disable)"); diff --git a/lnet/klnds/socklnd/socklnd_modparams.c b/lnet/klnds/socklnd/socklnd_modparams.c index 1dbdb6b..6fa44f3 100644 --- a/lnet/klnds/socklnd/socklnd_modparams.c +++ b/lnet/klnds/socklnd/socklnd_modparams.c @@ -37,7 +37,7 @@ static int peer_buffer_credits = 0; CFS_MODULE_PARM(peer_buffer_credits, "i", int, 0444, "# per-peer router buffer credits"); -static int peer_timeout = 180; +static int peer_timeout = 0; CFS_MODULE_PARM(peer_timeout, "i", int, 0444, "Seconds without aliveness news to declare peer dead (<=0 to disable)"); -- 1.8.3.1