commit | a93e5c7fae9ec624ef9fa779c6b875238c60542a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 15 14:01:16 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 4774fd67f66d0eef9d8441f498cd6482ff77d5f9 | |
parent | 909c23b0860d47804f0f063daff82d33be48a80f [diff] |
MINOR: tools: make str2sa_range() optionally return the fd If a file descriptor was passed, we can optionally return it. This will be useful for listening sockets which are both a pre-bound FD and a ready socket.