实现峰值带宽和平均带宽两种带宽算法

This commit is contained in:
GoEdgeLab
2023-02-27 10:47:31 +08:00
parent e84fc649f8
commit a46f13ccf4
14 changed files with 619 additions and 540 deletions

View File

@@ -25,6 +25,7 @@ message User {
bool isDeleted = 16;
bool isIndividualIdentified = 17;
bool isEnterpriseIdentified = 18;
string bandwidthAlgo = 21; // 带宽算法
Login otpLogin = 19; // OTP认证