From: Ari Johnson Date: Tue, 20 Feb 2007 17:02:58 +0000 (+0000) Subject: On FreeBSD amd64 systems (and possibly others), connections could break after about... X-Git-Tag: 0.73~189 X-Git-Url: https://git.theari.com/?a=commitdiff_plain;h=ee4da7ebb5d32fb7edfdc6707efb370586f4ebb5;p=cobramush.git On FreeBSD amd64 systems (and possibly others), connections could break after about 32 connections --- diff --git a/src/bsd.c b/src/bsd.c index 187ec82..8034147 100644 --- a/src/bsd.c +++ b/src/bsd.c @@ -1021,7 +1021,7 @@ shovechars(Port_t port, Port_t sslport __attribute__ ((__unused__))) socklen_t addr_len; int newsock; #endif - int input_ready, output_ready; + unsigned long input_ready, output_ready; #ifdef NT_TCP if (platform != VER_PLATFORM_WIN32_NT)