[6.2.4][Feat]新增QUIC请求延时回调和协议开关

This commit is contained in:
chenfufeng
2023-12-07 20:09:02 +08:00
parent 69ff9ff4f5
commit bb330bdf69
8 changed files with 72 additions and 13 deletions

View File

@@ -249,4 +249,6 @@ interface IDevaToolsProvider : IProvider {
* 各线程CPU使用率
*/
fun usage(): IMoGoCpuUsageProvider?
fun setNetworkMode(isDebug: Boolean)
}