#include <stringutil.h>
#include "tcglobal.h"
#include "controlsocket.h"
#include "sendcommandevent.h"
Go to the source code of this file.
Defines | |
#define | READ_TIMEOUT 250 |
#define READ_TIMEOUT 250 |
Timeout reads in 250ms. We can set this to a short value because if there isn't any data to read, we want to return anyway.
Definition at line 25 of file controlsocket.cpp.
Referenced by ControlSocket::readLine().