Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
233boy committed Jan 4, 2020
1 parent 1b7042f commit 0587560
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 44 deletions.
5 changes: 1 addition & 4 deletions config/server/dynamic/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/dynamic/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/dynamic/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/dynamic/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/dynamic/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/h2.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/http.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/kcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/quic.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/tcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}
5 changes: 1 addition & 4 deletions config/server/ws.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@
"uplinkCapacity": 100,
"downlinkCapacity": 100,
"congestion": true
},
"sockopt": {
"tcpFastOpen": true
}
}
}
}

0 comments on commit 0587560

Please sign in to comment.