From 2cb55a3b17d2381c6ec61aea3cea077253ffab3c Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 4 Mar 2011 02:17:04 +0000 Subject: Fixed the client thing back, sigh. --- src/client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client.cpp b/src/client.cpp index 795e09b..75f6158 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -14,7 +14,7 @@ #include "bu/clientlinkfactory.h" /** Read buffer size. */ -#define RBS (1500) // 1500 is the nominal MTU for ethernet, it's a good guess +#define RBS (2000) // 1500 is the nominal MTU for ethernet, it's a good guess Bu::Client::Client( Bu::TcpSocket *pSocket, class Bu::ClientLinkFactory *pfLink ) : -- cgit v1.2.3