| author | |
| committer | |
| log | a0b5c69b45e4d492c3fcb6681f642e0f628ababd |
| tree | 4be5845012f934d601c206e0e2a0e3785d1045dd |
| parent | fba5ef9ab4deab1dd6136b7b49ab15dc41f159f4 |
| signature |
1 files changed, 4 insertions(+), 0 deletions(-)
mod.zig+4| ... | ... | @@ -3016,6 +3016,10 @@ pub const SO = struct { |
| 3016 | 3016 | pub const PEERCRED = 17; |
| 3017 | 3017 | pub const RCVLOWAT = 18; |
| 3018 | 3018 | pub const SNDLOWAT = 19; |
| 3019 | ||
| 3020 | pub const RCVTIMEO = 20; | |
| 3021 | pub const SNDTIMEO = 21; | |
| 3022 | ||
| 3019 | 3023 | pub const ACCEPTCONN = 30; |
| 3020 | 3024 | pub const PEERSEC = 31; |
| 3021 | 3025 | pub const SNDBUFFORCE = 32; |