
ngtcp2_path_copy
================

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: 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 of
    :member:`src->local <ngtcp2_path.local>` and :member:`src->remote
    <ngtcp2_path.remote>`.
