summaryrefslogtreecommitdiff
path: root/include/haproxy/receiver-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: receiver: add RX_F_MUST_DUP to indicate that an rx must be dupedWilly Tarreau2023-04-211-1/+2
* MINOR: receiver: add a struct shard_info to store info about each shardWilly Tarreau2023-04-211-0/+12
* MINOR: listener: remove unneeded local accept flagAmaury Denoyelle2023-04-181-1/+0
* MINOR: receiver: reserve special values for "shards"Willy Tarreau2023-04-131-1/+1
* CLEANUP: quic: improve naming for rxbuf/datagrams handlingAmaury Denoyelle2022-10-131-1/+1
* CLEANUP: quic: remove unused rxbufs member in receiverAmaury Denoyelle2022-10-131-1/+0
* CLEANUP: quic/receiver: remove the now unused tx_qring listWilly Tarreau2022-10-111-3/+0
* MINOR: quic: use a global dghlrs for each threadAmaury Denoyelle2022-02-151-1/+0
* MINOR: quic: Make usage of by datagram handler treesFrédéric Lécaille2022-01-271-3/+0
* MINOR: proto_quic: Wrong allocations for TX rings and RX bufsFrédéric Lécaille2022-01-271-3/+3
* MINOR: proto_quic: Allocate datagram handlersFrédéric Lécaille2022-01-271-0/+2
* MAJOR: quic: implement accept queueAmaury Denoyelle2022-01-261-1/+0
* MINOR: receiver: define a flag for local acceptAmaury Denoyelle2022-01-261-0/+1
* MINOR: quic: Allocate listener RX buffersFrédéric Lécaille2021-11-051-2/+4
* MEDIUM: listener: add the "shards" bind keywordWilly Tarreau2021-10-141-0/+1
* MEDIUM: listeners: split the thread mask between receiver and bind_confWilly Tarreau2021-10-141-2/+2
* MEDIUM: listeners: support the definition of thread groups on bind linesWilly Tarreau2021-10-081-0/+1
* MINOR: proto_quic: Allocate TX ring buffers for listenersFrédéric Lécaille2021-09-231-0/+2
* MINOR: quic: Make qc_lstnr_pkt_rcv() be thread safe.Frédéric Lécaille2021-09-231-0/+1
* MINOR: quic: Replace the RX list of packet by a thread safety one.Frédéric Lécaille2021-09-231-1/+1
* MEDIUM: global: remove dead code from nbproc/bind_proc removalWilly Tarreau2021-06-151-1/+0
* MINOR: listener: Add QUIC info to listeners and receivers.Frédéric Lécaille2020-12-231-0/+5
* MINOR: protocol: add a default I/O callback and put it into the receiverWilly Tarreau2020-10-151-0/+1
* MINOR: listeners: move the LI_O_MWORKER flag to the receiverWilly Tarreau2020-10-091-1/+2
* MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settingsWilly Tarreau2020-09-161-0/+6
* MINOR: listener: move the INHERITED flag down to the receiverWilly Tarreau2020-09-161-0/+1
* MINOR: receiver: add a receiver-specific flag to indicate the socket is boundWilly Tarreau2020-09-161-0/+3
* MINOR: receiver: link the receiver to its ownerWilly Tarreau2020-09-161-0/+1
* MINOR: receiver: link the receiver to its settingsWilly Tarreau2020-09-161-0/+1
* REORG: listener: move the receiver part to a new fileWilly Tarreau2020-09-161-0/+62