Compile with latest ngtcp2

This commit is contained in:
Tatsuhiro Tsujikawa 2020-06-28 19:10:49 +09:00
parent 7f949152bd
commit 31a4628034
1 changed files with 5 additions and 0 deletions

View File

@ -346,6 +346,11 @@ int Client::quic_init(const sockaddr *local_addr, socklen_t local_addrlen,
nullptr, // extend_max_remote_streams_bidi
nullptr, // extend_max_remote_streams_uni
nullptr, // extend_max_stream_data
nullptr, // dcid_status
nullptr, // handshake_confirmed
nullptr, // recv_new_token
ngtcp2_crypto_delete_crypto_aead_ctx_cb,
ngtcp2_crypto_delete_crypto_cipher_ctx_cb,
};
ngtcp2_cid scid, dcid;