@@ -58,7 +58,7 @@ socket.on('listening', () => {
5858
5959## QUIC Basics
6060
61- QUIC is a UDP-based network transport protocol that includes built in security
61+ QUIC is a UDP-based network transport protocol that includes built- in security
6262via TLS 1.3, flow control, error correction, connection migration,
6363multiplexing, and more.
6464
@@ -388,7 +388,7 @@ added: REPLACEME
388388
389389* Type: {BigInt}
390390
391- A ` BigInt ` representing the number of retranmissions caused by delayed
391+ A ` BigInt ` representing the number of retransmissions caused by delayed
392392acknowledgements.
393393
394394#### quicsession.address
@@ -448,7 +448,7 @@ added: REPLACEME
448448
449449* Type: {number}
450450
451- The total number of unacknoledged bytes this QUIC endpoint has tramitted
451+ The total number of unacknowledged bytes this QUIC endpoint has transmitted
452452to the connected peer.
453453
454454#### quicsession.bytesReceived
@@ -630,7 +630,7 @@ added: REPLACEME
630630
631631* Type: {BigInt}
632632
633- A ` BigInt ` representing the number of lost-packet retranmissions that have been
633+ A ` BigInt ` representing the number of lost-packet retransmissions that have been
634634performed on this ` QuicSession ` .
635635
636636#### quicsession.maxDataLeft
@@ -650,7 +650,7 @@ added: REPLACEME
650650
651651* Type: {BigInt}
652652
653- A ` BigInt ` representing the maximum number of in flight bytes recorded
653+ A ` BigInt ` representing the maximum number of in- flight bytes recorded
654654for this ` QuicSession ` .
655655
656656#### quicsession.maxStreams
@@ -711,7 +711,7 @@ added: REPLACEME
711711
712712* Type: {BigInt}
713713
714- A ` BigInt ` representing the total number of ` QuicStreams ` initated by the
714+ A ` BigInt ` representing the total number of ` QuicStreams ` initiated by the
715715connected peer.
716716
717717#### quicsession.remoteAddress
@@ -928,7 +928,7 @@ added: REPLACEME
928928-->
929929
930930* ` servername ` {String} A DNS name to associate with the given context.
931- * ` context ` {Object } A TLS SecureContext to associate with the ` servername ` .
931+ * ` context ` {tls.SecureContext } A TLS SecureContext to associate with the ` servername ` .
932932
933933TBD
934934
@@ -1604,7 +1604,7 @@ added: REPLACEME
16041604-->
16051605* Type: {boolean}
16061606
1607- True if dataflow on the ` QuicStream ` was prematured terminated.
1607+ True if dataflow on the ` QuicStream ` was prematurely terminated.
16081608
16091609#### quicstream.bidirectional
16101610<!-- YAML
0 commit comments