@@ -909,7 +909,7 @@ A `QuicSession` represents the local side of a QUIC connection.
909909### ` session.applicationOptions `
910910
911911<!-- YAML
912- added: REPLACEME
912+ added: v26.3.0
913913-->
914914
915915* Type: {quic.ApplicationOptions}
@@ -1030,7 +1030,7 @@ True if `session.destroy()` has been called. Read only.
10301030### ` session.localTransportParams `
10311031
10321032<!-- YAML
1033- added: REPLACEME
1033+ added: v26.3.0
10341034-->
10351035
10361036* Type: {quic.TransportParams|null}
@@ -1334,7 +1334,7 @@ The local and remote socket addresses associated with the session. Read only.
13341334### ` session.remoteTransportParams `
13351335
13361336<!-- YAML
1337- added: REPLACEME
1337+ added: v26.3.0
13381338-->
13391339
13401340* Type: {quic.TransportParams|null|undefined}
@@ -2302,7 +2302,7 @@ added: v23.8.0
23022302### ` streamStats.bytesAccumulated `
23032303
23042304<!-- YAML
2305- added: REPLACEME
2305+ added: v26.3.0
23062306-->
23072307
23082308* Type: {bigint}
@@ -2364,7 +2364,7 @@ added: v23.8.0
23642364### ` streamStats.maxBytesAccumulated `
23652365
23662366<!-- YAML
2367- added: REPLACEME
2367+ added: v26.3.0
23682368-->
23692369
23702370* Type: {bigint}
@@ -2420,7 +2420,7 @@ added: v23.8.0
24202420### type: ` ApplicationOptions `
24212421
24222422<!-- YAML
2423- added: REPLACEME
2423+ added: v26.3.0
24242424-->
24252425
24262426* Type: {Object}
@@ -2586,7 +2586,7 @@ When `true`, indicates that the endpoint should bind only to IPv6 addresses.
25862586#### ` endpointOptions.reusePort `
25872587
25882588<!-- YAML
2589- added: REPLACEME
2589+ added: v26.3.0
25902590-->
25912591
25922592* Type: {boolean}
@@ -3107,7 +3107,7 @@ to complete before timing out.
31073107#### ` sessionOptions.initialRtt `
31083108
31093109<!-- YAML
3110- added: REPLACEME
3110+ added: v26.3.0
31113111-->
31123112
31133113* Type: {bigint|number}
@@ -3342,7 +3342,7 @@ creating a session. The negotiated values can be observed via the
33423342#### ` transportParams.initialSCID `
33433343
33443344<!-- YAML
3345- added: REPLACEME
3345+ added: v26.3.0
33463346-->
33473347
33483348* Type: {string}
@@ -3355,7 +3355,7 @@ available in the `session.localTransportParams` and
33553355#### ` transportParams.originalDCID `
33563356
33573357<!-- YAML
3358- added: REPLACEME
3358+ added: v26.3.0
33593359-->
33603360
33613361* Type: {string}
@@ -3481,7 +3481,7 @@ a datagram that can be _sent_ is determined by the peer's
34813481#### ` transportParams.retrySCID `
34823482
34833483<!-- YAML
3484- added: REPLACEME
3484+ added: v26.3.0
34853485-->
34863486
34873487* Type: {string}
0 commit comments