From 0587560602d66ec3516d7e09c7c1364a0f9ec483 Mon Sep 17 00:00:00 2001 From: 233boy <31657650+233boy@users.noreply.github.com> Date: Sat, 4 Jan 2020 12:21:28 +0800 Subject: [PATCH] update config --- config/server/dynamic/http.json | 5 +---- config/server/dynamic/kcp.json | 5 +---- config/server/dynamic/quic.json | 5 +---- config/server/dynamic/tcp.json | 5 +---- config/server/dynamic/ws.json | 5 +---- config/server/h2.json | 5 +---- config/server/http.json | 5 +---- config/server/kcp.json | 5 +---- config/server/quic.json | 5 +---- config/server/tcp.json | 5 +---- config/server/ws.json | 5 +---- 11 files changed, 11 insertions(+), 44 deletions(-) diff --git a/config/server/dynamic/http.json b/config/server/dynamic/http.json index 56cd516..bf5f85d 100644 --- a/config/server/dynamic/http.json +++ b/config/server/dynamic/http.json @@ -166,9 +166,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/dynamic/kcp.json b/config/server/dynamic/kcp.json index 7f869a9..5e8fb16 100644 --- a/config/server/dynamic/kcp.json +++ b/config/server/dynamic/kcp.json @@ -138,9 +138,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/dynamic/quic.json b/config/server/dynamic/quic.json index 788b94a..73dda58 100644 --- a/config/server/dynamic/quic.json +++ b/config/server/dynamic/quic.json @@ -140,9 +140,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/dynamic/tcp.json b/config/server/dynamic/tcp.json index a504966..9a8e049 100644 --- a/config/server/dynamic/tcp.json +++ b/config/server/dynamic/tcp.json @@ -125,9 +125,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/dynamic/ws.json b/config/server/dynamic/ws.json index fa5c01e..31ecee3 100644 --- a/config/server/dynamic/ws.json +++ b/config/server/dynamic/ws.json @@ -128,9 +128,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/h2.json b/config/server/h2.json index 0f6dc38..fc52a20 100644 --- a/config/server/h2.json +++ b/config/server/h2.json @@ -121,9 +121,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/http.json b/config/server/http.json index fb04dec..666d313 100644 --- a/config/server/http.json +++ b/config/server/http.json @@ -139,9 +139,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/kcp.json b/config/server/kcp.json index 150c32f..e282d95 100644 --- a/config/server/kcp.json +++ b/config/server/kcp.json @@ -111,9 +111,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/quic.json b/config/server/quic.json index a94929a..61cb30b 100644 --- a/config/server/quic.json +++ b/config/server/quic.json @@ -112,9 +112,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/tcp.json b/config/server/tcp.json index bb9728a..bfff340 100644 --- a/config/server/tcp.json +++ b/config/server/tcp.json @@ -106,9 +106,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file diff --git a/config/server/ws.json b/config/server/ws.json index 50bb4c6..2fc7813 100644 --- a/config/server/ws.json +++ b/config/server/ws.json @@ -106,9 +106,6 @@ "uplinkCapacity": 100, "downlinkCapacity": 100, "congestion": true - }, - "sockopt": { - "tcpFastOpen": true - } + } } } \ No newline at end of file