commit | 77d37b07b182a3bfd8f70f3f3639a75ddcc32b06 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 20 19:03:49 2023 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 21 17:41:26 2023 +0200 |
tree | fcc2c95bc5f26fdaf0cceeeb8207165555b8aae5 | |
parent | 23f352f7d00451212d9580e5e9b74d3ec6e5839e [diff] |
MINOR: quic: support migrating the listener as well When migrating a quic_conn to another thread, we may need to also switch the listener if the thread belongs to another group. When this happens, the freshly created connection will already have the target listener, so let's just pick it from the connection and use it in qc_set_tid_affinity(). Note that it will be the caller's responsibility to guarantee this.