mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
set backlog to 128
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#define BACKLOG 32
|
||||
#define BACKLOG 128
|
||||
|
||||
struct connection {
|
||||
int id; // skynet_socket id
|
||||
|
||||
Reference in New Issue
Block a user