From 7a8ff4cfe59e86df8775b6d62ea5147bc8f60a45 Mon Sep 17 00:00:00 2001 From: Yanmei Liu Date: Wed, 25 Oct 2023 16:49:56 +0800 Subject: [PATCH] [+] add congestion control algorithm in configure.h as the same in default CMakeList file (#350) --- include/xquic/xqc_configure.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/include/xquic/xqc_configure.h b/include/xquic/xqc_configure.h index 1139f9153..5610c8b4c 100644 --- a/include/xquic/xqc_configure.h +++ b/include/xquic/xqc_configure.h @@ -2,8 +2,9 @@ #define xquic_VERSION_MAJOR 0 #define xquic_VERSION_MINOR 1 -/* #undef XQC_ENABLE_BBR2 */ -/* #undef XQC_ENABLE_RENO */ -/* #undef XQC_ENABLE_COPA */ -/* #undef XQC_ENABLE_UNLIMITED */ -/* #undef XQC_ENABLE_MP_INTEROP */ +#define XQC_ENABLE_BBR2 +#define XQC_ENABLE_RENO +#define XQC_ENABLE_COPA +#define XQC_ENABLE_UNLIMITED +#define XQC_ENABLE_MP_INTEROP +/* #undef XQC_NO_PID_PACKET_PROCESS */