@@ -926,7 +926,7 @@ A `QuicSession` represents the local side of a QUIC connection.
926926### ` session.applicationOptions `
927927
928928<!-- YAML
929- added: REPLACEME
929+ added: v26.3.0
930930-->
931931
932932* Type: {quic.ApplicationOptions}
@@ -1047,7 +1047,7 @@ True if `session.destroy()` has been called. Read only.
10471047### ` session.localTransportParams `
10481048
10491049<!-- YAML
1050- added: REPLACEME
1050+ added: v26.3.0
10511051-->
10521052
10531053* Type: {quic.TransportParams|null}
@@ -1351,7 +1351,7 @@ The local and remote socket addresses associated with the session. Read only.
13511351### ` session.remoteTransportParams `
13521352
13531353<!-- YAML
1354- added: REPLACEME
1354+ added: v26.3.0
13551355-->
13561356
13571357* Type: {quic.TransportParams|null|undefined}
@@ -2319,7 +2319,7 @@ added: v23.8.0
23192319### ` streamStats.bytesAccumulated `
23202320
23212321<!-- YAML
2322- added: REPLACEME
2322+ added: v26.3.0
23232323-->
23242324
23252325* Type: {bigint}
@@ -2381,7 +2381,7 @@ added: v23.8.0
23812381### ` streamStats.maxBytesAccumulated `
23822382
23832383<!-- YAML
2384- added: REPLACEME
2384+ added: v26.3.0
23852385-->
23862386
23872387* Type: {bigint}
@@ -2437,7 +2437,7 @@ added: v23.8.0
24372437### type: ` ApplicationOptions `
24382438
24392439<!-- YAML
2440- added: REPLACEME
2440+ added: v26.3.0
24412441-->
24422442
24432443* Type: {Object}
@@ -2603,7 +2603,7 @@ When `true`, indicates that the endpoint should bind only to IPv6 addresses.
26032603#### ` endpointOptions.reusePort `
26042604
26052605<!-- YAML
2606- added: REPLACEME
2606+ added: v26.3.0
26072607-->
26082608
26092609* Type: {boolean}
@@ -3128,7 +3128,7 @@ to complete before timing out.
31283128#### ` sessionOptions.initialRtt `
31293129
31303130<!-- YAML
3131- added: REPLACEME
3131+ added: v26.3.0
31323132-->
31333133
31343134* Type: {bigint|number}
@@ -3365,7 +3365,7 @@ creating a session. The negotiated values can be observed via the
33653365#### ` transportParams.initialSCID `
33663366
33673367<!-- YAML
3368- added: REPLACEME
3368+ added: v26.3.0
33693369-->
33703370
33713371* Type: {string}
@@ -3378,7 +3378,7 @@ available in the `session.localTransportParams` and
33783378#### ` transportParams.originalDCID `
33793379
33803380<!-- YAML
3381- added: REPLACEME
3381+ added: v26.3.0
33823382-->
33833383
33843384* Type: {string}
@@ -3504,7 +3504,7 @@ a datagram that can be _sent_ is determined by the peer's
35043504#### ` transportParams.retrySCID `
35053505
35063506<!-- YAML
3507- added: REPLACEME
3507+ added: v26.3.0
35083508-->
35093509
35103510* Type: {string}
0 commit comments