From bc0a9ce7b99baf6895a4e391b34b523911c1d049 Mon Sep 17 00:00:00 2001 From: k-lee9575 <1036518289@qq.com> Date: Tue, 17 Oct 2023 03:23:18 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9TcpBufferSize=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: l00635678 --- services/include/common/cellular_data_constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/include/common/cellular_data_constant.h b/services/include/common/cellular_data_constant.h index 1b870f1b..c7cdd9cc 100644 --- a/services/include/common/cellular_data_constant.h +++ b/services/include/common/cellular_data_constant.h @@ -200,7 +200,7 @@ static constexpr const char *DEFAULT_TCP_BUFFER_CONFIG = "UMTS:58254,349525,1048 "1xRTT:16384,32768,131072,4096,16384,102400;" "GPRS:4092,8760,48000,4096,8760,48000;" "EVDO:4094,87380,262144,4096,16384,262144;" - "LTE:524288,1048576,2097152,262144,524288,1048576;" + "LTE:524288,4194304,8388608,262144,524288,1048576;" "NR:2097152,6291456,16777216,512000,2097152,8388608;" "LTE_CA:4096,6291456,12582912,4096,1048576,2097152"; constexpr const char *DEFAULT_BANDWIDTH_CONFIG = -- Gitee