Lots of fixes, begin to think about timeouts
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ struct Loop {
|
||||
us_loop *loop;
|
||||
|
||||
static const int CORK_BUFFER_SIZE = 16 * 1024;
|
||||
static const int MAX_COPY_DISTANCE = 4 * 1024;
|
||||
static const int MAX_COPY_DISTANCE = 4096;
|
||||
|
||||
struct Data {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user