SIGN IN SIGN UP

Rollup merge of #161557 - devnexen:uefi_tcp_fix, r=clarfonthey

std::net: uefi: fix TcpStream::nodelay and reject zero timeouts

nodelay() passed a null ControlOption to GetModeData, so it always failed with Unsupported, and it returned the Nagle flag instead of its negation. The timeout setters accepted a zero Duration that every other backend rejects.
J
Jacob Pratt committed
e7e5017256eb6307ea0fa82292bf9079f1054f6a
Committed by GitHub <noreply@github.com> on 8/23/2026, 9:59:34 AM