Artifact 2a186d6d3b5eb1b5cb8727c3fa231964d2768173:
- File ssh.c — part of check-in [a2baae931e] at 2000-10-23 05:32:37 on branch trunk — Created a shiny new abstraction for the socket handling. Has many advantages: - protocol modules can call sk_write() without having to worry about writes blocking, because blocking writes are handled in the abstraction layer and retried later. - `Lost connection while sending' is a thing of the past. - <winsock.h> is no longer needed in most modules, because "putty.h" doesn't have to declare `SOCKET' variables any more, only the abstracted `Socket' type. - select()-equivalent between multiple sockets will now be handled sensibly, which opens the way for things like SSH port forwarding. (user: simon size: 83958)
A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.