add http/2 config

This commit is contained in:
kirikira
2018-04-16 17:07:21 +08:00
parent bbff5e06b6
commit d1f24d4a9f
33 changed files with 1064 additions and 780 deletions

2
mKcp/config_client.json Normal file → Executable file
View File

@@ -3,7 +3,7 @@
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"uplinkCapacity": 100,
"uplinkCapacity": 15,
"downlinkCapacity": 100,
"readBufferSize": 2,
"mtu": 1350,

2
mKcp/config_server.json Normal file → Executable file
View File

@@ -20,7 +20,7 @@
"streamSettings": {
"network": "kcp",
"kcpSettings": {
"uplinkCapacity": 100,
"uplinkCapacity": 15,
"downlinkCapacity": 100,
"readBufferSize": 2,
"mtu": 1350,