This commit is contained in:
aozhiwei 2023-11-23 17:03:17 +08:00
parent e215104358
commit 295c29ce6b
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,14 @@
{
"open": 0,
"sndwnd": 128,
"rcvwnd": 128,
"nodelay": 2,
"interval": 10,
"resend": 2,
"nc": 1,
"rx_minrto": 10,
"fastresend": 1
}

View File

@ -0,0 +1,7 @@
[
{
"instance_id": 1,
"ip": "127.0.0.1",
"port": 7628
}
]

View File

@ -0,0 +1,9 @@
[
{
"instance_id" : 1,
"listen_ip": "127.0.0.1",
"listen_port": 7608,
"listen_udp_host": "192.144.200.110",
"listen_udp_port": 17608
}
]