fix: kcp 协议内部日志细节

This commit is contained in:
2026-03-25 15:09:32 +08:00
parent be013b701b
commit 665a908421
15 changed files with 1117 additions and 42 deletions

View File

@@ -3,7 +3,12 @@
"allow": [
"Bash(go vet:*)",
"Bash(go build:*)",
"Bash(go test:*)"
"Bash(go test:*)",
"Bash(xargs grep:*)",
"Bash(find /c/Users/64187/Desktop/Workspace/OmniSocketGo -type f -name *.go)",
"Bash(git status:*)",
"Bash(git fetch:*)",
"Bash(git pull:*)"
]
}
}