Compile with the latest ngtcp2

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

View File

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