◐ Shell
clean mode source ↗

doc: add streamResetBurst and streamResetRate · nodejs/node@83eed33

Original file line numberDiff line numberDiff line change

@@ -3054,6 +3054,9 @@ changes:

30543054

**Default:** `100`.

30553055

* `settings` {HTTP/2 Settings Object} The initial settings to send to the

30563056

remote peer upon connection.

3057+

* `streamResetBurst` {number} and `streamResetRate` {number} Sets the rate

3058+

limit for the incoming stream reset (RST\_STREAM frame). Both settings must

3059+

be set to have any effect, and default to 1000 and 33 respectively.

30573060

* `remoteCustomSettings` {Array} The array of integer values determines the

30583061

settings types, which are included in the `customSettings`-property of the

30593062

received remoteSettings. Please see the `customSettings`-property of the