1
1
Fork 0
mirror of https://github.com/oxen-io/lokinet synced 2023-12-14 06:53:00 +01:00

breaking testnet today i suppose pt 3: the re-breakening

This commit is contained in:
dan 2023-03-02 15:01:15 -08:00
parent 6af0818a4c
commit bc5a9dd559

View file

@ -355,7 +355,7 @@ namespace llarp::quic
if (auto rv = ngtcp2_conn_handle_expiry(conn, now_ts); rv != 0)
{
log::warning(logcat, "ngtcp2_conn_handle_expiry returned code {} at {}", rv, __LINE__);
close_connection(conn, ngtcp2_err_infer_quic_transport_error_code(rv));
close_connection(conn, rv);
}
}
}