Module Name: src
Committed By: pooka
Date: Sat Feb 19 09:56:45 UTC 2011
Modified Files:
src/tests/rump/rumpkern/h_client: h_reconcli.c
Log Message:
set reconnect property now that it's off by default
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/rump/rumpkern/h_client/h_reconcli.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/rump/rumpkern/h_client/h_reconcli.c
diff -u src/tests/rump/rumpkern/h_client/h_reconcli.c:1.1 src/tests/rump/rumpkern/h_client/h_reconcli.c:1.2
--- src/tests/rump/rumpkern/h_client/h_reconcli.c:1.1 Mon Jan 24 17:51:29 2011
+++ src/tests/rump/rumpkern/h_client/h_reconcli.c Sat Feb 19 09:56:45 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: h_reconcli.c,v 1.1 2011/01/24 17:51:29 pooka Exp $ */
+/* $NetBSD: h_reconcli.c,v 1.2 2011/02/19 09:56:45 pooka Exp $ */
#include <sys/types.h>
#include <sys/sysctl.h>
@@ -93,6 +93,7 @@
srandom(time(NULL));
+ rumpclient_setconnretry(RUMPCLIENT_RETRYCONN_INFTIME);
if (rumpclient_init() == -1)
err(1, "init");