diff options
| author | candtechsoftware <alex@candtechsoftware.com> | 2025-01-29 23:12:32 -0500 |
|---|---|---|
| committer | candtechsoftware <alex@candtechsoftware.com> | 2025-01-29 23:12:32 -0500 |
| commit | 97db18c09afb69eae88f4f155ec1edf55b3f6b37 (patch) | |
| tree | bfb415da7740357c68b45bc0ef002d867c3810ea | |
| parent | 2656ecd4e17d448f1d972270bde87f75bc096d0d (diff) | |
Added IP_ADD_MEMBERSHIP Socket Option on Linux
| -rw-r--r-- | core/sys/linux/bits.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/sys/linux/bits.odin b/core/sys/linux/bits.odin index c304397de..4493ea767 100644 --- a/core/sys/linux/bits.odin +++ b/core/sys/linux/bits.odin @@ -1329,6 +1329,7 @@ Socket_Option :: enum { ACCEPTCONN = 30, PEERSEC = 31, PASSSEC = 34, + IP_ADD_MEMBERSHIP = 35, MARK = 36, PROTOCOL = 38, DOMAIN = 39, |