We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c023586 commit fc57c1dCopy full SHA for fc57c1d
preamble_size.py
@@ -21,7 +21,7 @@
21
context = mitogen.parent.Context(router, 0)
22
options = mitogen.ssh.Options(max_message_size=0, hostname='foo')
23
conn = mitogen.ssh.Connection(options, router)
24
-conn.context_id = 123
+conn.context = context
25
26
print('SSH command size: %s' % (len(' '.join(conn.get_boot_command())),))
27
print('Preamble size: %s (%.2fKiB)' % (
0 commit comments