[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-74]
raise the max packet size so that the max sftp packet will fit
This commit is contained in:
parent
a355cf43d9
commit
e57c4baab5
|
@ -244,7 +244,7 @@ class Transport (threading.Thread):
|
|||
self.channels_seen = { } # (id -> True)
|
||||
self.channel_counter = 1
|
||||
self.window_size = 65536
|
||||
self.max_packet_size = 32768
|
||||
self.max_packet_size = 34816
|
||||
self.saved_exception = None
|
||||
self.clear_to_send = threading.Event()
|
||||
self.clear_to_send_lock = threading.Lock()
|
||||
|
|
Loading…
Reference in New Issue