summaryrefslogtreecommitdiff
path: root/include/haproxy/quic_sock.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: quic: properly finalize thread rebindingAmaury Denoyelle2023-04-181-0/+1
* MINOR: quic_sock: un-statify quic_conn_sock_fd_iocb()Willy Tarreau2023-03-101-0/+1
* MEDIUM: quic: improve fatal error handling on sendAmaury Denoyelle2023-02-281-1/+1
* MINOR: quic: Kill the connections on ICMP (port unreachable) packet receiptFrédéric Lécaille2023-02-171-1/+1
* MINOR: quic: reconnect quic-conn socket on address migrationAmaury Denoyelle2022-12-021-1/+1
* MEDIUM: quic: move receive out of FD handler to quic-conn io-cbAmaury Denoyelle2022-12-021-0/+1
* MEDIUM: quic: use quic-conn socket for receptionAmaury Denoyelle2022-12-021-1/+1
* MINOR: quic: allocate a socket per quic-connAmaury Denoyelle2022-12-021-0/+19
* MINOR: quic: extract datagram parsing codeAmaury Denoyelle2022-12-021-0/+2
* BUG/MINOR: quic: adjust errno handling on sendtoAmaury Denoyelle2022-08-051-2/+2
* MINOR: quic-sock: provide a pair of get_src/get_dst functionsWilly Tarreau2022-04-111-0/+2
* CLEANUP: tree-wide: remove a few rare non-ASCII charsWilly Tarreau2022-03-041-1/+1
* MINOR: quic: take out xprt snd_buf operationAmaury Denoyelle2022-02-091-0/+2
* MAJOR: quic: implement accept queueAmaury Denoyelle2022-01-261-0/+2
* MINOR: quic: create accept queue for QUIC connectionsAmaury Denoyelle2022-01-261-0/+1
* MINOR: quic: set listener accept cb on parsingAmaury Denoyelle2022-01-241-0/+1
* MINOR: quic: Add definitions for QUIC protocol.Frédéric Lécaille2020-12-231-0/+5
* MINOR: quic: Redefine control layer callbacks which are QUIC specific.Frédéric Lécaille2020-12-231-0/+43