This is my proposal for handling timeouts in TCP networking. Adding timeout fields and then using it for each recv/send operation.
This includes my commit from #35292 and partially conflicts with #35299 (it will get cleaned up after those are merged)
Fixes #32166
This is my proposal for handling timeouts in TCP networking. Adding timeout fields and then using it for each recv/send operation.
This includes my commit from https://codeberg.org/ziglang/zig/pulls/35292 and partially conflicts with https://codeberg.org/ziglang/zig/pulls/35299 (it will get cleaned up after those are merged)
Fixes https://codeberg.org/ziglang/zig/issues/32166