commit | 09e266e6f551daa6ed3cacfb59335d221cf7c83d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Feb 27 16:40:54 2023 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 21 17:41:26 2023 +0200 |
tree | 088af186748db71e90e593a6515f2d65960a61b6 | |
parent | 0e1aaf4e78ad759e452b9459ebbaaa661fe86b25 [diff] |
MINOR: proto: skip socket setup for duped FDs It's not strictly necessary, but it's still better to avoid setting up the same socket multiple times when it's being duplicated to a few FDs. We don't change that for inherited ones however since they may really need to be set up, so we only skip duplicated ones.