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:
parent
6513629626
commit
0c0c10b5d3
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ func supportsUDPOffload(conn *net.UDPConn) (txOffload, rxOffload bool) {
|
|||
// GOOS=="linux") is dead there — a coalesced GRO super-packet would be read
|
||||
// as one datagram and corrupt the WG transport stream, killing download.
|
||||
// Confirmed on device (CPH2411/Android-15: rxOffload=true, dispatch=single).
|
||||
// TX is left untouched. See SPECS/010-B-C-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
||||
// TX is left untouched. See SPECS/010-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
||||
if runtime.GOOS == "android" {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue