aboutsummaryrefslogtreecommitdiff
path: root/core/sys
diff options
context:
space:
mode:
authorcandtechsoftware <alex@candtechsoftware.com>2025-01-29 23:12:32 -0500
committercandtechsoftware <alex@candtechsoftware.com>2025-01-29 23:12:32 -0500
commit97db18c09afb69eae88f4f155ec1edf55b3f6b37 (patch)
treebfb415da7740357c68b45bc0ef002d867c3810ea /core/sys
parent2656ecd4e17d448f1d972270bde87f75bc096d0d (diff)
Added IP_ADD_MEMBERSHIP Socket Option on Linux
Diffstat (limited to 'core/sys')
-rw-r--r--core/sys/linux/bits.odin1
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,