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:

committed by
Simon Tatham

parent
ad6987e1b1
commit
315933c114
@ -13,6 +13,7 @@ const char *const appname = "PuTTYtel";
|
||||
const struct BackendVtable *const backends[] = {
|
||||
&telnet_backend,
|
||||
&rlogin_backend,
|
||||
&supdup_backend,
|
||||
&raw_backend,
|
||||
NULL
|
||||
};
|
||||
|
Reference in New Issue
Block a user