MINOR: listener: also support "quic+" as an address prefix
authorWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 12:55:27 +0000 (13:55 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 16 Jan 2023 13:00:51 +0000 (14:00 +0100)
commit40725a4eb0beadcdaa3c60b6f8c8fe20ab53abc3
tree5f4e2047eb8a595b39ea341cfaf69638f3398dfd
parented682406070345a116043010369b4b37f485d622
MINOR: listener: also support "quic+" as an address prefix

While we do support quic4@ and quic6@ for listening addresses, it was
not possible to specify that we want to use an FD inherited from the
parent with QUIC. It's just a matter of making it possible to enable
a dgram-type socket and a stream-type transport, so let's add this.

Now it becomes possible to write "quic+fd@12", "quic+ipv4@addr" etc.
doc/configuration.txt
src/tools.c