X-Git-Url: http://git.tdb.fi/?p=libs%2Fnet.git;a=blobdiff_plain;f=source%2Fnet%2Fcommunicator.cpp;h=3d6353a2158fb2d62fbe6df164085a1b2ea7a417;hp=051e45a14bbb4f33d262429df400fe4f6b6b60dd;hb=2dfa05663dd67d4d7c68f96df0b1ab733b2063c2;hpb=5f312d842b55f53ac78ae2c658cab064debe74e6 diff --git a/source/net/communicator.cpp b/source/net/communicator.cpp index 051e45a..3d6353a 100644 --- a/source/net/communicator.cpp +++ b/source/net/communicator.cpp @@ -58,7 +58,7 @@ Communicator::Communicator(StreamSocket &s, const Protocol &p, ReceiverBase &r): protocol(p), receiver(r), handshake_status(0), - buf_size(1024), + buf_size(65536), in_buf(new char[buf_size]), in_begin(in_buf), in_end(in_buf),