Hi,
I'm trying to read a Dtls packet content that is used in a mutliplexing scenario.
Here is the setup: Peer 1 <-> Relay (Dtls 1) I can read this
Peer 2 <-> Relay (Dtls 2) I can read this
The relay will send an administrative packet to both Peer 1 and Peer 2 with the Dtls fingerprint, peer ids and trigger a direct connection between Peer 1 and Peer 2. But there is no new Dtls handshake, and the Epoch starts at 1 between the 2 peers. How do you think that is actually working? Can I read the traffic between Peer 1 and Peer 2?