mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
artiq_devtool: set ServerAliveInterval.
This commit is contained in:
parent
8b4a006855
commit
fd6d97f052
@ -136,6 +136,7 @@ def main():
|
||||
lock()
|
||||
|
||||
transport = client.get_transport()
|
||||
transport.set_keepalive(30)
|
||||
|
||||
def forwarder(local_stream, remote_stream):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user