ngtcp2_path_copy
Synopsis
#include <ngtcp2/ngtcp2.h>
-
void ngtcp2_path_copy(ngtcp2_path *dest, const ngtcp2_path *src)
ngtcp2_path_copy()
copies src into dest. This function assumes that dest has enough buffer to store the deep copy ofsrc->local
andsrc->remote
.