1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-06-30 19:12:48 -05:00

Robert de Bath's TCP Urgent / Telnet SYNCH patch.

[originally from svn r912]
This commit is contained in:
Simon Tatham
2001-01-29 14:49:21 +00:00
parent d3185a40a0
commit 930fcdadeb
2 changed files with 18 additions and 12 deletions

View File

@ -478,6 +478,7 @@ static int telnet_receive(Socket skt, int urgent, char *data, int len) {
s = NULL;
return 0;
}
if(urgent) in_synch = TRUE;
do_telnet_read (data, len);
return 1;
}