mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 10:38:05 +11:00
microtel-5-open should respect its boundaries better now
This commit is contained in:
parent
12ba096838
commit
c5eaf3d027
@ -1,6 +1,6 @@
|
|||||||
net.timeout = 60
|
net.timeout = 60
|
||||||
function net.open(address,vport)
|
function net.open(address,vport)
|
||||||
local st=computer.uptime()
|
local st,from,port,data=computer.uptime()
|
||||||
net.send(address,port,"openstream")
|
net.send(address,port,"openstream")
|
||||||
repeat
|
repeat
|
||||||
_, from, port, data = computer.pullSignal(0.5)
|
_, from, port, data = computer.pullSignal(0.5)
|
||||||
|
Loading…
Reference in New Issue
Block a user