ngtcp2_err_is_fatal
Synopsis
#include <ngtcp2/ngtcp2.h>
-
int ngtcp2_err_is_fatal(int liberr)
ngtcp2_err_is_fatal()
returns nonzero if liberr is a fatal error. liberr must be one of ngtcp2 library error codes (which is defined asNGTCP2_ERR_*
macros).