Skip to content

Commit c3c872b

Browse files
committed
Increase socket buffer size
1 parent 597e2ee commit c3c872b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/multimaster/sockhub/sockhub.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
#include "sockhub.h"
2121

22-
const size_t SOCKHUB_BUFFER_SIZE (16*1024*1024)
22+
#define SOCKHUB_BUFFER_SIZE (16*1024*1024)
2323

2424
void ShubAddSocket(Shub* shub, int fd);
2525

0 commit comments

Comments
 (0)