|
Vidalia 0.2.15
|
#include "ControlSocket.h"#include "SendCommandEvent.h"#include "tcglobal.h"#include "stringutil.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 24 of file ControlSocket.cpp.
Referenced by ControlSocket::readLine().
1.7.4