MIME-Version: 1.0 In-Reply-To: <20140903000601.GA9456@uow.edu.au> X-Mailer: MIME-tools 5.428 (Entity 5.428) Content-Disposition: inline References: <20140903000601.GA9456@uow.edu.au> Content-Type: text/plain; charset="UTF-8" Message-ID: Content-Transfer-Encoding: binary X-RT-Original-Encoding: utf-8 RT-Send-CC: Content-Length: 462 This change should build diff --git a/lib/isc/unix/socket.c b/lib/isc/unix/socket.c index 17012ed..b4c1c3f 100644 --- a/lib/isc/unix/socket.c +++ b/lib/isc/unix/socket.c @@ -306,7 +306,11 @@ typedef isc_event_t intev_t; * The size to raise the receive buffer to (from BIND 8). */ #ifdef TUNE_LARGE +#ifdef sun +#define RCVBUFSIZE (1*1024*1024) +#else #define RCVBUFSIZE (16*1024*1024) +#endif #else #define RCVBUFSIZE (32*1024) #endif /* TUNE_LARGE */