Skip to content
Snippets Groups Projects
Commit 7cb3812d authored by deuce's avatar deuce
Browse files

Default to non-blocking sockets since the blocking/timeout ones aren't working

with *nix atm.
parent 9524ee14
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
static SOCKET rlogin_socket=INVALID_SOCKET;
int rcvtimeo=1;
int rcvtimeo=0;
int rlogin_recv(char *buffer, size_t buflen)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment