Compare commits

..

5 Commits

Author SHA1 Message Date
6d99893bda minor change 2019-06-16 22:15:54 -04:00
111ca2ae06 Merge branch 'v4.0.0' of https://github.com/rayaman/net into v4.0.0 2019-03-22 21:17:24 -04:00
44e17d2e75 tset 2019-03-22 21:17:21 -04:00
dbe70c7d26 fix 2019-02-05 15:59:37 -05:00
c3d1a0e4b5 roxkspec update
Why would it not requite luasocket
2019-02-04 21:12:23 -05:00
4 changed files with 3 additions and 5 deletions

View File

@ -27,7 +27,7 @@ A simple and powerful way to make servers and clients
- [ ] AUDP - advance udp. Ensures packets arrive and handles late packets. - [ ] AUDP - advance udp. Ensures packets arrive and handles late packets.
- [ ] P2P - peer to peer (Server to set up initial connection) - [ ] P2P - peer to peer (Server to set up initial connection)
- [ ] Relay - offput server load (locally) - [ ] Relay - offput server load (locally)
- [ ] Threading - Simple threading Should be simple using multi@15.3.0 - [ ] Threading - Simple threading ~~(UDP/AUDP Only)~~ Thanks to an updated multi library we can thread with ease
- [ ] Priority handling - [ ] Priority handling
# Note # Note

View File

@ -469,9 +469,6 @@ function net:newUDPClient(host,port,servercode,nonluaServer)
net.OnClientCreated:Fire(c) net.OnClientCreated:Fire(c)
return c return c
end end
multi:newThread(function()
end)
--TCP Stuff --TCP Stuff
function net:newTCPClientObject(fd) function net:newTCPClientObject(fd)
local c = {} local c = {}

View File

@ -14,6 +14,7 @@ description = {
} }
dependencies = { dependencies = {
"lua >= 5.1", "lua >= 5.1",
"luasocket",
"multi" "multi"
} }
build = { build = {

BIN
test.mp3 Normal file

Binary file not shown.