diff options
| author | ruki <[email protected]> | 2019-12-19 22:43:55 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-19 10:23:32 +0800 |
| commit | db52fd10877391ebc89be2c6551b94901a31e7b6 (patch) | |
| tree | 116c4c5ca5b119b195eccc189c8d6bbb714a2641 /xmake/core/base/socket.lua | |
| parent | 2868bd2d8f876848ec3bd709f8d76ac18743f703 (diff) | |
update readme
Diffstat (limited to 'xmake/core/base/socket.lua')
| -rw-r--r-- | xmake/core/base/socket.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/base/socket.lua b/xmake/core/base/socket.lua index ac42a14ce..8d6a62499 100644 --- a/xmake/core/base/socket.lua +++ b/xmake/core/base/socket.lua @@ -37,6 +37,7 @@ socket.ICMP = 3 -- the socket families socket.IPV4 = 1 socket.IPV6 = 2 +socket.UNIX = 3 -- the socket events, @see tbox/platform/socket.h socket.EV_RECV = 1 |
