socket improvement
This commit is contained in:
@@ -16,7 +16,7 @@ mon.setBackgroundColor(colors.black)
|
||||
mon.clear()
|
||||
|
||||
while true do
|
||||
local socket = Socket.server(5901, true)
|
||||
local socket = Socket.server(5901)
|
||||
|
||||
print('mirror: connection from ' .. socket.dhost)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user