Skip to content

Commit

Permalink
Added IP_ADD_MEMBERSHIP Socket Option on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
candtechsoftware committed Jan 30, 2025
1 parent 2656ecd commit 97db18c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/sys/linux/bits.odin
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,7 @@ Socket_Option :: enum {
ACCEPTCONN = 30,
PEERSEC = 31,
PASSSEC = 34,
IP_ADD_MEMBERSHIP = 35,
MARK = 36,
PROTOCOL = 38,
DOMAIN = 39,
Expand Down

0 comments on commit 97db18c

Please sign in to comment.