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