diff options
-rw-r--r-- | paramiko/transport.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/paramiko/transport.py b/paramiko/transport.py index 232fdaad..9f095cbd 100644 --- a/paramiko/transport.py +++ b/paramiko/transport.py @@ -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() |