docs(010): spec folder O→C in fix comments
This commit is contained in:
parent
fb8d8d8fca
commit
6513629626
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
|
// coalesced super-packet is never split and corrupts the WG stream
|
||||||
// (download dies). Belt-and-suspenders with the rxOffload guard in
|
// (download dies). Belt-and-suspenders with the rxOffload guard in
|
||||||
// features_linux.go. TX/GSO untouched.
|
// features_linux.go. TX/GSO untouched.
|
||||||
// See SPECS/010-B-O-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
// See SPECS/010-B-C-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
||||||
if runtime.GOOS == "android" {
|
if runtime.GOOS == "android" {
|
||||||
return nil
|
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
|
// GOOS=="linux") is dead there — a coalesced GRO super-packet would be read
|
||||||
// as one datagram and corrupt the WG transport stream, killing download.
|
// as one datagram and corrupt the WG transport stream, killing download.
|
||||||
// Confirmed on device (CPH2411/Android-15: rxOffload=true, dispatch=single).
|
// Confirmed on device (CPH2411/Android-15: rxOffload=true, dispatch=single).
|
||||||
// TX is left untouched. See SPECS/010-B-O-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
// TX is left untouched. See SPECS/010-B-C-WG_ENDPOINT_GRO_SPLIT_BRAIN.
|
||||||
if runtime.GOOS == "android" {
|
if runtime.GOOS == "android" {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue