authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-12 20:12:00 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-03-12 20:12:00 -07:00
loga0b5c69b45e4d492c3fcb6681f642e0f628ababd
tree4be5845012f934d601c206e0e2a0e3785d1045dd
parentfba5ef9ab4deab1dd6136b7b49ab15dc41f159f4
signaturebadge-check Signed by SSH key SHA256:4hHJbtBRU58AYXwjL7fkz2fnQHdiye8x1QpTCQ0sHNw

add SO.{RCVTIMEO,SNDTIMEO}


1 files changed, 4 insertions(+), 0 deletions(-)

mod.zig+4
...@@ -3016,6 +3016,10 @@ pub const SO = struct {...@@ -3016,6 +3016,10 @@ pub const SO = struct {
3016 pub const PEERCRED = 17;3016 pub const PEERCRED = 17;
3017 pub const RCVLOWAT = 18;3017 pub const RCVLOWAT = 18;
3018 pub const SNDLOWAT = 19;3018 pub const SNDLOWAT = 19;
3019
3020 pub const RCVTIMEO = 20;
3021 pub const SNDTIMEO = 21;
3022
3019 pub const ACCEPTCONN = 30;3023 pub const ACCEPTCONN = 30;
3020 pub const PEERSEC = 31;3024 pub const PEERSEC = 31;
3021 pub const SNDBUFFORCE = 32;3025 pub const SNDBUFFORCE = 32;