feat(swqos): Add Soyas

This commit is contained in:
matt-soyas
2025-12-19 17:48:09 +08:00
parent 2bd5f4f82c
commit 413919340c
6 changed files with 235 additions and 18 deletions
+2
View File
@@ -28,6 +28,7 @@ use crate::{
SWQOS_MIN_TIP_ASTRALANE,
SWQOS_MIN_TIP_STELLIUM,
SWQOS_MIN_TIP_LIGHTSPEED,
SWQOS_MIN_TIP_SOYAS
},
};
@@ -256,6 +257,7 @@ pub async fn execute_parallel(
SwqosType::Astralane => SWQOS_MIN_TIP_ASTRALANE,
SwqosType::Stellium => SWQOS_MIN_TIP_STELLIUM,
SwqosType::Lightspeed => SWQOS_MIN_TIP_LIGHTSPEED,
SwqosType::Soyas => SWQOS_MIN_TIP_SOYAS,
SwqosType::Default => SWQOS_MIN_TIP_DEFAULT,
};
if config.2.tip < min_tip {