commit | 7542fb43d6d1803252c409a20192d97dec19328b | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Thu May 11 14:40:27 2023 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu May 11 15:37:04 2023 +0200 |
tree | 3c96f1b0a8a1c4b8f4de49868655cb1778a0430a | |
parent | efebff35bb958ba72850323696f88b2b4f6592f4 [diff] |
MINOR: stconn: Add a cross-reference between SE descriptor A xref is added between the endpoint descriptors. It is created when the server endpoint is attached to the SC and it is destroyed when an endpoint is detached. This xref is not used for now. But it will be useful to retrieve info about an endpoint for the opposite side. It is also the warranty there is still a endpoint attached on the other side.