some typos after publication

This commit is contained in:
Randy Bush 2022-03-07 14:01:29 -08:00
parent c145907bf3
commit e31f519c0f

View file

@ -498,13 +498,13 @@ Flags (bit):
client and open the transport session (send SYN) toward the peer client and open the transport session (send SYN) toward the peer
with the lower IP address.</t> with the lower IP address.</t>
<t>The server, the sender of the HELLO with from the lower IP <t>The server, the sender of the HELLO from the lower IP address,
address, listens on the advertised port for the TLS/TCP session listens on the advertised port for the TLS/TCP session open. The
open. The receiver of the acceptable HELLO, the TLS/TCP client, receiver of the acceptable HELLO, the TLS/TCP client, initiates a
initiates a TLS or raw TCP session toward the sender of the HELLO, TLS or raw TCP session toward the sender of the HELLO, the TLS/TCP
the TLS/TCP server, preferably TLS, as advertised. If TLS, the server, preferably TLS, as advertised. If TLS, the server has
server has chosen and signaled either a self-signed certificate or chosen and signaled either a self-signed certificate or one
one configured from the operational CA trusted by both parties, as configured from the operational CA trusted by both parties, as
negotiated in the HELLO exchange.</t> negotiated in the HELLO exchange.</t>
<t>Once the TLS/TCP session is established, if its interface is <t>Once the TLS/TCP session is established, if its interface is
@ -514,7 +514,7 @@ Flags (bit):
HELLOs.</t> HELLOs.</t>
<t>If the TLS/TCP open fails, then this SHOULD be logged and the <t>If the TLS/TCP open fails, then this SHOULD be logged and the
parties MUST go back to the initial state and try HELLO. Loggin parties MUST go back to the initial state and try HELLO. Logging
SHOULD be rate limited.</t> SHOULD be rate limited.</t>
<t>Should an interface with an established TLS/TCP session be <t>Should an interface with an established TLS/TCP session be
@ -591,9 +591,9 @@ Flags (bit):
<t>The Serial Number is a monotonically increasing four octet value <t>The Serial Number is a monotonically increasing four octet value
representing the sender's state at the time of sending the last PDU. representing the sender's state at the time of sending the last PDU.
It may be an non-negative integer, a timestamp, etc. If It may be a non-negative integer, a timestamp, etc. If incrementing
incrementing the Serial Number would cause it to be zero, it should the Serial Number would cause it to be zero, it should be
be incremented again.</t> incremented again.</t>
<t>On session restart (new OPEN, same Nonce), a receiver MAY send <t>On session restart (new OPEN, same Nonce), a receiver MAY send
the last received Serial Number to tell the sender to only send data the last received Serial Number to tell the sender to only send data
@ -791,8 +791,9 @@ Flags (bit):
interface in a session as configuration changes.</t> interface in a session as configuration changes.</t>
<t>The Receiver MUST acknowledge the Encapsulation PDU with an ACK <t>The Receiver MUST acknowledge the Encapsulation PDU with an ACK
PDU (<xref target="ack"/>) with the PDU Type being that of the PDU (<xref target="ack"/>) with the Type field being that of the
type PDU being announced, see <xref target="ack"/>.</t> Type of the Encapsulation PDU being announced, see <xref
target="ack"/>.</t>
<t>If the Sender does not receive an ACK in a configurable <t>If the Sender does not receive an ACK in a configurable
interval (default five seconds), they SHOULD retransmit. After a interval (default five seconds), they SHOULD retransmit. After a
@ -1073,8 +1074,8 @@ Flags (bit):
the vendor/enterprise needs multiple PDU types.</t> the vendor/enterprise needs multiple PDU types.</t>
<t>As with Encapsulation PDUs, a receiver of a Vendor PDU MUST <t>As with Encapsulation PDUs, a receiver of a Vendor PDU MUST
respond with an ACK or an ERROR PDU. Similarly, a Vendor PDU MUST respond with an ACK PDU, possibly signalling an error. Similarly, a
only be sent over an open session.</t> Vendor PDU MUST only be sent over an open session.</t>
</section> </section>