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:
@ -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 **********/
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user