commit | a54553f74f060b34a6fdace895a7262668f5b2fe | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Sep 16 17:50:45 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 67f74bb369828e501c5a570de410c9957d701177 | |
parent | 65ec4e3ff7e9b5b1ce9a52a0e2d8c732f071460a [diff] |
MINOR: protocol: add the control layer type in the protocol struct This one will be needed to more accurately select a protocol. It may differ from the socket type for QUIC, which uses dgram at the socket layer and provides stream at the control layer. The upper level requests a control layer only so we need this field.