commit | 026a7921a55b609ca64d28bd8bf81c0ae18ddfa9 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Nov 23 15:46:36 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | 3410bfd53ba265c7ef9433e1ddbf01fcf40705f7 | |
parent | e9473c7833874cbc1dbfa800b4310b439e1aaac4 [diff] |
MINOR: quic: QUIC socket management finalization. Implement ->accept_conn() callback for QUIC listener sockets. Note that this patch also implements quic_session_accept() function which is similar to session_accept_fd() without calling conn_complete_session() at this time because we do not have any real QUIC mux.