mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-04 20:46:11 +02: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
@ -283,6 +283,7 @@ enum {
|
||||
XPRT_RAW = 0,
|
||||
XPRT_SSL = 1,
|
||||
XPRT_HANDSHAKE = 2,
|
||||
XPRT_QUIC = 3,
|
||||
XPRT_ENTRIES /* must be last one */
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user