flush_flight
int (*flush_flight)(SSL *ssl);
if (!ssl->quic_method->flush_flight(ssl)) {
.flush_flight = quic_flush_flight,
quic_method->flush_flight = doq_flush_flight;
quic_method->flush_flight = doq_flush_flight;
quic_method.flush_flight = &flush_flight;