Change mirrorHost port number
to avoid conflict with SVNC
This commit is contained in:
@@ -51,7 +51,7 @@ while true do
|
|||||||
local socket
|
local socket
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
socket = Socket.connect(remoteId, 5901)
|
socket = Socket.connect(remoteId, 5902)
|
||||||
if socket then
|
if socket then
|
||||||
break
|
break
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ mon.setBackgroundColor(colors.black)
|
|||||||
mon.clear()
|
mon.clear()
|
||||||
|
|
||||||
while true do
|
while true do
|
||||||
local socket = Socket.server(5901)
|
local socket = Socket.server(5902)
|
||||||
|
|
||||||
print('mirror: connection from ' .. socket.dhost)
|
print('mirror: connection from ' .. socket.dhost)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user