Skip to content

Commit

Permalink
Update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpauly committed Jul 8, 2024
1 parent 1591af3 commit 0ca78f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-masque-quic-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,8 +373,8 @@ about CIDs and VCIDs.

For QUIC-aware proxying without forwarded mode, the steps are as follows:

1. The client sends the `REGISTER_CLIENT_CID` capsule as soon as it starts
sending packets to the target that define that CID.
1. The client sends the `REGISTER_CLIENT_CID` capsule once it selects a
CID that it will use for receiving packets from a target.

1. The proxy sends the `ACK_CLIENT_CID` capsule to acknowledge that CID,
with no associated client VCID; alternatively, the proxy can send the
Expand All @@ -394,8 +394,8 @@ exchanges at any time.

For QUIC-aware proxying with forwarded mode, the steps are as follows:

1. The client sends the `REGISTER_CLIENT_CID` capsule as soon as it starts
sending packets to the target that define that CID.
1. The client sends the `REGISTER_CLIENT_CID` capsule once it selects a
CID that it will use for receiving packets from a target.

1. The proxy sends the `ACK_CLIENT_CID` capsule to acknowledge that CID,
with a client VCID; alternatively, the proxy can send the
Expand Down

0 comments on commit 0ca78f0

Please sign in to comment.