Compile with the latest ngtcp2

This commit is contained in:
Tatsuhiro Tsujikawa 2021-03-27 23:37:37 +09:00
parent f79554f918
commit e914b50d16
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ void generate_cid(ngtcp2_cid &dest) {
namespace { namespace {
int select_preferred_addr(ngtcp2_conn *conn, ngtcp2_addr *dest, int select_preferred_addr(ngtcp2_conn *conn, ngtcp2_addr *dest,
void **ppath_user_data,
const ngtcp2_preferred_addr *paddr, void *user_data) { const ngtcp2_preferred_addr *paddr, void *user_data) {
return 0; return 0;
} }