Skip to content

Commit

Permalink
Fixed CI build (#122).
Browse files Browse the repository at this point in the history
Lint fixes.
  • Loading branch information
maxsharabayko authored Jul 11, 2023
1 parent 8720285 commit a0b0599
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions draft-sharabayko-srt.md
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ peers exchange configuration parameters and relevant information by the means of
SRT handshake control packets.

SRT versions prior to v1.3.0 use version 4 of the handshaking procedure.
HS version 5 is used starting from SRT v1.3.0.
HS version 5 is used starting from SRT v1.3.0.\
HS version 4 is not described in this specification.
SRT implementations MUST support HS version 5, but MAY not support HS v4.

Expand Down Expand Up @@ -1582,8 +1582,8 @@ At this point the Listener still does not know if the Caller is SRT or UDT,
and it responds with the same set of values regardless of whether the Caller is
SRT or UDT.

A legacy UDT party completely ignores the values reported in the HS Version and the Handshake Type field.
It is, however, interested in the SYN Cookie value, as this must be passed to the next
A legacy UDT party completely ignores the values reported in the HS Version and the Handshake Type field.\
It is, however, interested in the SYN Cookie value, as this must be passed to the next
phase. It does interpret these fields, but only in the "conclusion" message.

#### The Conclusion Phase
Expand All @@ -1593,7 +1593,7 @@ phase. It does interpret these fields, but only in the "conclusion" message.
The SRT caller receives the Induction Response from the SRT listener. The SRT caller MUST check the Induction response from the SRT listener.

If the HS Version value is 5, the response came from SRT, and the handshake version 5 procedure is performed
as covered below.
as covered below.\
If the HS Version value is 4, the legacy handshake procedure can be applied if supported. The procedure is deprecated and is not covered here.
The caller MAY reject the connection with the `SRT_REJ_VERSION` reason. In this case there is nothing to send to the SRT listener, as there is no
connection established at this point.
Expand Down Expand Up @@ -1642,8 +1642,7 @@ by each party.

- Destination SRT Socket ID: the SRT Socket ID field value of the previously received conclusion request.


There is no "negotiation" at this point.
There is no "negotiation" at this point.

### Rendezvous Handshake

Expand Down

0 comments on commit a0b0599

Please sign in to comment.