套餐可以设置带宽限制

This commit is contained in:
刘祥超
2024-01-11 15:25:47 +08:00
parent 1e1cd5a643
commit a7dd101dbf
11 changed files with 139 additions and 9 deletions

View File

@@ -807,6 +807,8 @@ func (this *HTTPWriter) Write(data []byte) (n int, err error) {
}
n, err = this.writer.Write(data)
this.checkPlanBandwidth(n)
return
}