1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Tidy up the SERIOUS NETWORK ERROR fixes

[originally from svn r1345]
This commit is contained in:
Simon Tatham
2001-10-30 20:57:22 +00:00
parent d1e305543a
commit f2319456bc
2 changed files with 48 additions and 10 deletions

View File

@ -124,6 +124,12 @@ char *sk_addr_error(SockAddr addr);
*/
void sk_set_frozen(Socket sock, int is_frozen);
/*
* Call this after an operation that might have tried to send on a
* socket, to clean up any pending network errors.
*/
void net_pending_errors(void);
/********** SSL stuff **********/
/*