mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-04 19:19:33 +00:00
1b2dba531d
Complete qc_send function. After having processed each qcs emission, it will now retry send on qcs where transfer can continue. This is useful when qc_stream_desc buffer is full and there is still data present in qcs buf. To implement this, each eligible qcs is inserted in a new list <qcc.send_retry_list>. This is done on send notification from the transport layer through qcc_streams_sent_done(). Retry emission until send_retry_list is empty or the transport layer cannot proceed more data. Several send operations are now called on two different places. Thus a new _qc_send_qcs() function is defined to factorize the code. This change should maximize the throughput during QUIC transfers. |
||
---|---|---|
.. | ||
haproxy | ||
import |