libc icon indicating copy to clipboard operation
libc copied to clipboard

TCP_NODELAY has the wrong value on ESP32 (newlib / LWIP based)

Open jothan opened this issue 1 year ago • 0 comments

In short, libc exposes a value of 8193, when the IP stack is expecting 1 as the value of the TCP_NODELAY option.

Initial issue: https://github.com/esp-rs/rust/issues/218 Related PR (unmerged): https://github.com/rust-lang/libc/pull/3345

jothan avatar Jul 18 '24 15:07 jothan