
ngtcp2_conn_set_local_addr
==========================

Synopsis
--------

*#include <ngtcp2/ngtcp2.h>*

.. function:: void ngtcp2_conn_set_local_addr(ngtcp2_conn *conn, const ngtcp2_addr *addr)

    
    `ngtcp2_conn_set_local_addr` sets local endpoint address *addr* to
    the current path of *conn*.  This function is provided for testing
    purpose only.
