Add KCP support
This commit is contained in:
@@ -42,6 +42,7 @@ $bootAgent = function (string $protocol, string $listen, string $name) use ($nod
|
||||
Env::int('LAYLINK_MAX_SEND_BUFFER_BYTES', 64 * 1024 * 1024, 1024 * 1024),
|
||||
Env::int('LAYLINK_BACKPRESSURE_HIGH_WATERMARK_BYTES', 32 * 1024 * 1024, 512 * 1024),
|
||||
Env::int('LAYLINK_DATA_CHUNK_BYTES', 1024 * 1024, 16 * 1024, 8 * 1024 * 1024),
|
||||
Env::int('CLIENT_AGENT_POP_CONNECTIONS', 1, 1, 16),
|
||||
);
|
||||
$agent->boot($name);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user