Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3c02c30

Browse files
committed
increase arbiter recv buffer
1 parent 4ef2281 commit 3c02c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arbiter.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
#include "state.h"
8787

8888
#define MAX_ROUTES 16
89-
#define INIT_BUFFER_SIZE 1024
89+
#define INIT_BUFFER_SIZE 30*1024
9090
#define HANDSHAKE_MAGIC 0xCAFEDEED
9191

9292
static int* sockets;

0 commit comments

Comments
 (0)