commit | 68cf3959b345ec9d596d40b01eb416d2bef6522c | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Mon Jan 11 15:24:31 2021 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Feb 12 12:53:56 2021 +0100 |
tree | 1f51c8ee0ea032090fc19db5d94467222616dfc8 | |
parent | e6762399222a2df9d89a2489b01d036a253b9b5f [diff] |
MINOR: backend: rewrite alloc of stream target address Change the API of the function used to allocate the stream target address. This is done in order to be able to allocate the destination address and use it to reuse a connection sharing with the same address. In particular, the flag stream SF_ADDR_SET is now set outside of the function.