mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 23:02:34 -04:00
MINOR: connection: Add a new xprt to connection.
Simply adds XPRT_QUIC new enum to integrate QUIC transport protocol.
This commit is contained in:
parent
5aa92411fb
commit
5e3d83a221
1 changed files with 1 additions and 0 deletions
|
|
@ -283,6 +283,7 @@ enum {
|
|||
XPRT_RAW = 0,
|
||||
XPRT_SSL = 1,
|
||||
XPRT_HANDSHAKE = 2,
|
||||
XPRT_QUIC = 3,
|
||||
XPRT_ENTRIES /* must be last one */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue