aboutsummaryrefslogtreecommitdiff
path: root/core/sys/linux
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2025-01-30 12:56:07 +0100
committerGitHub <noreply@github.com>2025-01-30 12:56:07 +0100
commit77c91c82ff48c720284966def2d52476ce371445 (patch)
treebfb415da7740357c68b45bc0ef002d867c3810ea /core/sys/linux
parent2656ecd4e17d448f1d972270bde87f75bc096d0d (diff)
parent97db18c09afb69eae88f4f155ec1edf55b3f6b37 (diff)
Merge pull request #4776 from candtechsoftware/master
Added IP_ADD_MEMBERSHIP to Socket_Option on Linux
Diffstat (limited to 'core/sys/linux')
-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,