Skip to content

QUIC: improve migration support

Ivan Nardi requested to merge IvanNardi/wireshark:quic_migration into master

We should keep track of CID reported in Preferred Address Transport Parameter.

Close #16915 (closed)

Even if this change fixes the migration issue reported, I have some doubts:

  • is there a better way to "transfer information from tls-utiils.c to quic.c"?
  • should we track the addresses reported in Preferred Address TP, too? (I don't think so, because we usually lookup connection via CID, but I would like to hear another opinion oh that)
Edited by Ivan Nardi

Merge request reports