diff options
Diffstat (limited to 'src/lib/util.h')
| -rw-r--r-- | src/lib/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util.h b/src/lib/util.h index bd7675a8a..916f47cdb 100644 --- a/src/lib/util.h +++ b/src/lib/util.h @@ -186,7 +186,7 @@ private: boost::asio::deadline_timer _deadline; boost::asio::ip::tcp::socket _socket; /** a buffer for small reads */ - uint8_t _buffer[256]; + uint8_t _buffer[512]; /** amount of valid data in the buffer */ int _buffer_data; }; |
