From 2ad62d3d9902f78c60bd00db93f5fbae52a67454 Mon Sep 17 00:00:00 2001 From: Yanmei-Liu Date: Wed, 25 Oct 2023 16:43:08 +0800 Subject: [PATCH] [+] add congestion control algorithm in configure.h as the same in default CMakeList file --- 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 */