mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
fea: config: add tests
This commit is contained in:
@@ -20,7 +20,7 @@ var (
|
||||
QdVWr = 32 * 4
|
||||
)
|
||||
|
||||
func (q *Queue) Default() {
|
||||
func (q *Queue) Correct() {
|
||||
if q.SockWr == 0 {
|
||||
q.SockWr = QdSwr
|
||||
}
|
||||
@@ -39,5 +39,5 @@ func (q *Queue) Default() {
|
||||
if q.VirWrt == 0 {
|
||||
q.VirWrt = QdVWr
|
||||
}
|
||||
libol.Debug("Queue.Default %v", q)
|
||||
libol.Debug("Queue.Correct %v", q)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user