Skip to content

Commit

Permalink
Mention RFC 9146 (via Achim Kraus)
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Jul 2, 2024
1 parent 54450fe commit db15d5a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions draft-bormann-core-corr-clar.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ informative:
target: https://github.com/eclipse-californium/californium/blob/main/element-connector/src/main/java/org/eclipse/californium/elements/EndpointContextMatcher.java
title: EndpointContextMatcher.java
date: false
RFC9146:
# Connection Identifiers for DTLS 1.2. That keeps the session/epoch and enables to change the ip-address/port, if the matching is relaxed from the ip-endpoints.


--- abstract

Expand Down Expand Up @@ -261,6 +264,17 @@ Therefore, enhancements may be called for:
Where extensions are already actively being developed, this work
should be done in the context of the extension effort.

{:type="a"}
1. Protocol mechanisms that have been defined for stitching
together connections or phases of an underlying connection, such
as Connection Identifiers for DTLS 1.2 {{RFC9176}}, may enable
keeping the session/epoch unchanged and even to change the
transport address (ip-address/port), once appropriately modified
match boxing rules are specified for the stitching mechanism.
(These rules either need to be defined to be implicitly active
for any use of the mechanism or they may require negotiation,
see below.)

2. Optimizations such as Eclipse/Californium EndpointContextMatcher
{{CF-MATCHER}} might not work properly unless both sides of the
communication agree on the extent of the matching boxes.
Expand Down

0 comments on commit db15d5a

Please sign in to comment.