projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e7ffc9
)
MINOR: quic: Do not wakeup the xprt task on ACK receipt
author
Frédéric Lécaille
<flecaille@haproxy.com>
Fri, 11 Jun 2021 07:39:20 +0000
(09:39 +0200)
committer
Amaury Denoyelle
<adenoyelle@haproxy.com>
Thu, 23 Sep 2021 13:27:25 +0000
(15:27 +0200)
This is an old statement which was there before implemeting the PTO and
packet loss detection. There is no reason to keep for now on.
src/xprt_quic.c
patch
|
blob
|
history
diff --git
a/src/xprt_quic.c
b/src/xprt_quic.c
index
98f4d7b
..
8836cac
100644
(file)
--- a/
src/xprt_quic.c
+++ b/
src/xprt_quic.c
@@
-1881,7
+1881,6
@@
static int qc_parse_pkt_frms(struct quic_rx_packet *pkt, struct ssl_sock_ctx *ct
MS_TO_TICKS(QUIC_MIN(quic_ack_delay_ms(&frm.ack, conn), conn->max_ack_delay));
quic_loss_srtt_update(&conn->path->loss, rtt_sample, ack_delay, conn);
}
- tasklet_wakeup(ctx->wait_event.tasklet);
break;
}
case QUIC_FT_CRYPTO: