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

why is client transport params not being understood by server

This commit is contained in:
dan 2023-03-03 12:24:42 -08:00
parent 9cc2cb8c3e
commit 94c6afee8d

View file

@ -1114,6 +1114,7 @@ namespace llarp::quic
int
Connection::complete_handshake()
{
log::debug(logcat, "Calling {}", __PRETTY_FUNCTION__);
if (conn->flags & NGTCP2_CONN_FLAG_HANDSHAKE_COMPLETED)
return 0;