Skip to content

Commit

Permalink
Merge pull request #4776 from candtechsoftware/master
Browse files Browse the repository at this point in the history
Added IP_ADD_MEMBERSHIP to  Socket_Option on Linux
  • Loading branch information
Kelimion authored Jan 30, 2025
2 parents 2656ecd + 97db18c commit 77c91c8
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 77c91c8

Please sign in to comment.