mirror of
https://github.com/anope/anope.git
synced 2026-07-08 06:43:12 +02:00
Ignore nonblocking errnors on socket operations
This commit is contained in:
@@ -41,6 +41,11 @@ class CoreExport SocketEngine
|
||||
/** Read from sockets and do things
|
||||
*/
|
||||
static void Process();
|
||||
|
||||
static int GetLastError();
|
||||
static void SetLastError(int);
|
||||
|
||||
static bool IgnoreErrno();
|
||||
};
|
||||
|
||||
#endif // SOCKETENGINE_H
|
||||
|
||||
Reference in New Issue
Block a user