mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
add timer for socket write errors to avoid performance penalty when writing to console
This commit is contained in:
@@ -150,6 +150,7 @@ protected:
|
||||
bool inSocketDestructor;
|
||||
|
||||
bool isSocketBlocking;
|
||||
time_t lastSocketError;
|
||||
|
||||
public:
|
||||
Socket(PLATFORM_SOCKET sock);
|
||||
|
Reference in New Issue
Block a user