diff options
| author | ruki <[email protected]> | 2019-12-13 00:49:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-12-12 22:57:18 +0800 |
| commit | 880b3b96f8222a027b0387bd1bfbbd793267d5a6 (patch) | |
| tree | e3fc074b54c7e75ccaaadb1a64001139adee8b3f /xmake/core/base/socket.lua | |
| parent | 148619a18aea3acbc69523c99468a8315c59d9f2 (diff) | |
add poller events
Diffstat (limited to 'xmake/core/base/socket.lua')
| -rw-r--r-- | xmake/core/base/socket.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/socket.lua b/xmake/core/base/socket.lua index 4b459cc39..7497d7b8a 100644 --- a/xmake/core/base/socket.lua +++ b/xmake/core/base/socket.lua @@ -38,7 +38,7 @@ socket.ICMP = 3 socket.IPV4 = 1 socket.IPV6 = 2 --- the socket events +-- the socket events, @see tbox/platform/socket.h socket.EV_RECV = 1 socket.EV_SEND = 2 socket.EV_CONN = socket.EV_SEND |
