mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-04-05 08:26:47 +02:00
Compare commits
5 Commits
b0b2d50c7f
...
8a646b09c3
Author | SHA1 | Date | |
---|---|---|---|
|
8a646b09c3 | ||
|
66cdeca663 | ||
|
676e5f3501 | ||
|
4dad084cfd | ||
|
3b48c994e3 |
@ -149,8 +149,8 @@ wild-card address).
|
||||
<!-- gettimeout +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
|
||||
|
||||
<p class="name" id="gettimeout">
|
||||
connected:<b>settimeout(</b>value<b>)</b><br>
|
||||
unconnected:<b>settimeout(</b>value<b>)</b>
|
||||
connected:<b>gettimeout()</b><br>
|
||||
unconnected:<b>gettimeout()</b>
|
||||
</p>
|
||||
|
||||
<p class="description">
|
||||
|
@ -115,6 +115,7 @@ local function make_plat(plat)
|
||||
modules["socket.core"].sources[#modules["socket.core"].sources+1] = "src/wsocket.c"
|
||||
modules["socket.core"].libraries = { "ws2_32" }
|
||||
modules["socket.core"].libdirs = {}
|
||||
modules["mime.core"].libdirs = {}
|
||||
end
|
||||
return { modules = modules }
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user