err_t netconn_disconnect(struct netconn *conn);
err_t netconn_disconnect
This function is only relevant for UDP connections. It unsets any previously set (using netconn_connect()) remote peer address and port associated with connection conn.
netconn_connect()