Now that Packet structures are dynamically allocated, it means we
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Nov 2004 19:23:02 +0000 (19:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 24 Nov 2004 19:23:02 +0000 (19:23 +0000)
commit590f6a5ffcb58408a57a82ee2f70e686421a53ed
treec50261816de2d274587d62f40d8493f5ab21e7b3
parentff3187f600cb2923cd42df948fc181c3bb26600b
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: svn://svn.tartarus.org/sgt/putty@4899 cda61777-01e9-0310-a592-d414129be87e
ssh.c