ngtcp2_connection_close_error_default ===================================== Synopsis -------- *#include * .. function:: void ngtcp2_connection_close_error_default(ngtcp2_connection_close_error *ccerr) `ngtcp2_connection_close_error_default` initializes *ccerr* with the default values. It sets the following fields: - :member:`type ` = :enum:`ngtcp2_connection_close_error_code_type.NGTCP2_CONNECTION_CLOSE_ERROR_CODE_TYPE_TRANSPORT` - :member:`error_code ` = :macro:`NGTCP2_NO_ERROR`. - :member:`frame_type ` = 0 - :member:`reason ` = NULL - :member:`reasonlen ` = 0