Skip to content

Commit

Permalink
use correct CID
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Jun 23, 2023
1 parent ba94d5b commit 55738d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quicly.c
Original file line number Diff line number Diff line change
Expand Up @@ -4964,7 +4964,7 @@ static int do_send(quicly_conn_t *conn, quicly_send_context_t *s)
}
}

s->dcid = get_dcid(conn, 0);
s->dcid = get_dcid(conn, s->path_index);

s->send_window = calc_send_window(conn, min_packets_to_send * conn->egress.max_udp_payload_size,
calc_amplification_limit_allowance(conn), restrict_sending);
Expand Down

0 comments on commit 55738d3

Please sign in to comment.