ngtcp2_addr_copy_byte ===================== Synopsis -------- *#include * .. function:: void ngtcp2_addr_copy_byte(ngtcp2_addr *dest, const ngtcp2_sockaddr *addr, ngtcp2_socklen addrlen) `ngtcp2_addr_copy_byte` copies *addr* of length *addrlen* into the buffer pointed by :member:`dest->addr `. :member:`dest->addrlen ` is updated to have *addrlen*. This function assumes that :member:`dest->addr ` points to a buffer which has a sufficient capacity to store the copy.