diff --git a/doc/api/quic.md b/doc/api/quic.md index cc4ddd253d9d93..f6628bf9803fb1 100644 --- a/doc/api/quic.md +++ b/doc/api/quic.md @@ -667,10 +667,9 @@ The `'stream'` event may be emitted multiple times. added: REPLACEME --> -* Type: {bigint} +* Type: {number} -A `BigInt` representing the number of retransmissions caused by delayed -acknowledgements. +The number of retransmissions caused by delayed acknowledgements. #### quicsession.address -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of bidirectional streams -created for this `QuicSession`. +The total number of bidirectional streams created for this `QuicSession`. #### quicsession.blockCount -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of times the `QuicSession` has -been blocked from sending stream data due to flow control. +The total number of times the `QuicSession` has been blocked from sending +stream data due to flow control. Such blocks indicate that transmitted stream data is not being consumed quickly enough by the connected peer. @@ -749,18 +747,18 @@ to the connected peer. added: REPLACEME --> -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of bytes received from the peer. +The total number of bytes received from the peer. #### quicsession.bytesSent -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of bytes sent to the peer. +The total number of bytes sent to the peer. #### quicsession.cipher -* Type: {bigint} +* Type: {number} -A `BigInt` representing the length of time the `QuicSession` was active. +The length of time the `QuicSession` was active. #### quicsession.getCertificate() -* Type: {bigint} +* Type: {number} -A `BigInt` representing the length of time taken to complete the TLS handshake. +The length of time taken to complete the TLS handshake. #### quicsession.idleTimeout -* Type: {bigint} +* Type: {number} -A `BigInt` representing the number of key update operations that have -occured. +The number of key update operations that have occured. #### quicsession.latestRTT -* Type: {bigint} +* Type: {number} The most recently recorded RTT for this `QuicSession`. @@ -939,10 +936,10 @@ The most recently recorded RTT for this `QuicSession`. added: REPLACEME --> -* Type: {bigint} +* Type: {number} -A `BigInt` representing the number of lost-packet retransmissions that have been -performed on this `QuicSession`. +The number of lost-packet retransmissions that have been performed on +this `QuicSession`. #### quicsession.maxDataLeft -* Type: {bigint} +* Type: {number} -A `BigInt` representing the maximum number of in-flight bytes recorded -for this `QuicSession`. +The maximum number of in-flight bytes recorded for this `QuicSession`. #### quicsession.maxStreams -* Type: {bigint} +* Type: {number} The minimum RTT recorded so far for this `QuicSession`. @@ -1025,10 +1021,9 @@ of the `ping()` operation. added: REPLACEME --> -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of `QuicStreams` initiated by the -connected peer. +The total number of `QuicStreams` initiated by the connected peer. #### quicsession.qlog -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of `QuicStream` instances initiated -by this `QuicSession`. +The total number of `QuicStream` instances initiated by this `QuicSession`. #### quicsession.servername -* Type: {bigint} +* Type: {number} The modified RTT calculated for this `QuicSession`. @@ -1107,10 +1101,9 @@ True if the `QuicSession` was closed due to QUIC stateless reset. added: REPLACEME --> -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of unidirectional streams -created on this `QuicSession`. +The total number of unidirectional streams created on this `QuicSession`. #### quicsession.updateKey() -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of bytes received for this -`QuicStream`. +The total number of bytes received for this `QuicStream`. #### quicstream.bytesSent -* Type: {bigint} +* Type: {number} -A `BigInt` representing the total number of bytes sent by this -`QuicStream`. +The total number of bytes sent by this `QuicStream`. #### quicstream.clientInitiated -* Type: {bigint} +* Type: {number} -A `BigInt` representing the length of time the `QuicStream` has been active. +The length of time the `QuicStream` has been active. #### quicstream.finalSize -* Type: {bigint} +* Type: {number} -A `BigInt` specifying the total number of bytes successfully received by the -`QuicStream`. +The total number of bytes successfully received by the `QuicStream`. #### quicstream.id -* Type: {bigint} +* Type: {number} -A `BigInt` representing the highest acknowledged data offset received -for this `QuicStream`. +The highest acknowledged data offset received for this `QuicStream`. #### quicstream.maxExtendedOffset -* Type: {bigint} +* Type: {number} -A `BigInt` representing the maximum extended data offset that has been -reported to the connected peer. +The maximum extended data offset that has been reported to the connected peer. #### quicstream.maxReceivedOffset -* Type: {bigint} +* Type: {number} -A `BigInt` representing the maximum received offset for this `QuicStream`. +The maximum received offset for this `QuicStream`. #### quicstream.pending