1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-01 11:32:48 -05:00

Add support for the SUPDUP protocol.

Based on work by Josh Dersch, with permission.
This commit is contained in:
Lars Brinkhoff
2019-04-02 12:16:25 +02:00
committed by Simon Tatham
parent ad6987e1b1
commit 315933c114
11 changed files with 997 additions and 2 deletions

View File

@ -13,6 +13,7 @@ const char *const appname = "PuTTYtel";
const struct BackendVtable *const backends[] = {
&telnet_backend,
&rlogin_backend,
&supdup_backend,
&raw_backend,
NULL
};