forked from M-Labs/artiq
devtool: forward port 1383 (moninj).
This commit is contained in:
parent
4e5ea1bbaf
commit
7a5fbc1622
|
@ -149,7 +149,7 @@ def main():
|
||||||
local_stream.close()
|
local_stream.close()
|
||||||
remote_stream.close()
|
remote_stream.close()
|
||||||
|
|
||||||
for port in (1380, 1381, 1382):
|
for port in (1380, 1381, 1382, 1383):
|
||||||
thread = threading.Thread(target=forwarder, args=(port,),
|
thread = threading.Thread(target=forwarder, args=(port,),
|
||||||
name="port-{}".format(port), daemon=True)
|
name="port-{}".format(port), daemon=True)
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|
Loading…
Reference in New Issue