mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 07:13:14 +00:00
Merge pull request #4776 from candtechsoftware/master
Added IP_ADD_MEMBERSHIP to Socket_Option on Linux
This commit is contained in:
@@ -1329,6 +1329,7 @@ Socket_Option :: enum {
|
||||
ACCEPTCONN = 30,
|
||||
PEERSEC = 31,
|
||||
PASSSEC = 34,
|
||||
IP_ADD_MEMBERSHIP = 35,
|
||||
MARK = 36,
|
||||
PROTOCOL = 38,
|
||||
DOMAIN = 39,
|
||||
|
||||
Reference in New Issue
Block a user