commit | 70da889d57051134d2c9536bf5aa66637432e664 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Fri Nov 06 15:49:49 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Dec 23 11:57:26 2020 +0100 |
tree | e210a6610c19698dac635a3a4ff339b065ff07f4 | |
parent | 72f7cb170ab059642ab6cd24b04452edd0a96f1e [diff] |
MINOR: quic: Redefine control layer callbacks which are QUIC specific. We add src/quic_sock.c QUIC specific socket management functions as callbacks for the control layer: ->accept_conn, ->default_iocb and ->rx_listening. accept_conn() will have to be defined. The default I/O handler only recvfrom() the datagrams received. Furthermore, ->rx_listening callback always returns 1 at this time but should returns 0 when reloading the processus.