From 7cb3812d7bc0f6021b63eb61e18b5c15baa1f8de Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 14 Aug 2004 01:01:54 +0000 Subject: [PATCH] Default to non-blocking sockets since the blocking/timeout ones aren't working with *nix atm. --- src/syncterm/rlogin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syncterm/rlogin.c b/src/syncterm/rlogin.c index d3e261e0d6..ab694f033d 100644 --- a/src/syncterm/rlogin.c +++ b/src/syncterm/rlogin.c @@ -5,7 +5,7 @@ static SOCKET rlogin_socket=INVALID_SOCKET; -int rcvtimeo=1; +int rcvtimeo=0; int rlogin_recv(char *buffer, size_t buflen) { -- GitLab