Skip to content

Commit

Permalink
don't use QUIC bit greasing when demultiplexing ICE (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Oct 15, 2023
1 parent a643ef8 commit 858f34d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions draft-seemann-quic-nat-traversal.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ after the two ICE agents have agreed on a candidate pair. This mode doesn't
require any modification to existing QUIC stacks, particularly, it does not
necessitate the negotiation of the ICE extension defined in this document.

For address discovery to work, QUIC and ICE need to use the same UDP socket
Since this requires demultiplexing of QUIC and STUN packets, the QUIC bit cannot
be greased as described in {{!RFC9287}}.

Once ICE has completed, the client immediately initiates a normal QUIC handshake
using the server's address from the nominated address pair. The ICE connectivity
checks should have created the necessary NAT bindings for the client's first
Expand Down

0 comments on commit 858f34d

Please sign in to comment.