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

idle_expiry

This commit is contained in:
dan 2023-03-08 16:34:36 -08:00
parent 53a774a280
commit b8f0366747

View file

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