]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Now that Packet structures are dynamically allocated, it means we
authorSimon Tatham <anakin@pobox.com>
Wed, 24 Nov 2004 19:23:02 +0000 (19:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 24 Nov 2004 19:23:02 +0000 (19:23 +0000)
commit1ca821cfb1407222a55da402da563ddb168553d6
treec50261816de2d274587d62f40d8493f5ab21e7b3
parent277089b0fbbb7fe8b5330c049be4bafc815c2726
Now that Packet structures are dynamically allocated, it means we
can keep several of them in parallel. In particular, this allows us
to queue outgoing packets during repeat key exchange, to be actually
sent after the rekey completes.

(This doesn't fully fix ssh2-kex-data; also required is the ability
to handle _incoming_ connection-layer packets during rekey without
exploding.)

[originally from svn r4899]
ssh.c