add timer for socket write errors to avoid performance penalty when writing to console

This commit is contained in:
Mark Vejvoda
2013-11-09 19:30:36 +00:00
parent bb2e2d0f64
commit 54338461dc
2 changed files with 8 additions and 1 deletions

View File

@@ -150,6 +150,7 @@ protected:
bool inSocketDestructor;
bool isSocketBlocking;
time_t lastSocketError;
public:
Socket(PLATFORM_SOCKET sock);