docs(010): use rename-stable SPECS folder ref in fix comments

sing-box-lx is dropping type/status from SPEC folder names
(NNN-T-S-NAME → NNN-NAME), so the -B-C- tail goes stale. Point at the
new stable folder name SPECS/010-WG_ENDPOINT_GRO_SPLIT_BRAIN.
Comment-only, no behavior change.
This commit is contained in:
Leadaxe 2026-06-22 11:27:23 +03:00
parent 6513629626
commit 0c0c10b5d3
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@ func init() {
// coalesced super-packet is never split and corrupts the WG stream
// (download dies). Belt-and-suspenders with the rxOffload guard in
// features_linux.go. TX/GSO untouched.
// See SPECS/010-B-C-WG_ENDPOINT_GRO_SPLIT_BRAIN.
// See SPECS/010-WG_ENDPOINT_GRO_SPLIT_BRAIN.
if runtime.GOOS == "android" {
return nil
}