]> asedeno.scripts.mit.edu Git - PuTTY_svn.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)
commitf22a64d9134acfa331241cc48fe37101a94958f4
treec50261816de2d274587d62f40d8493f5ab21e7b3
parent46c0611e71904688ffee87e25045ad423b2aca6e
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.)

git-svn-id: http://svn.tartarus.org/sgt/putty@4899 cda61777-01e9-0310-a592-d414129be87e
ssh.c