Vidalia
0.3.1
|
#include "ControlSocket.h"
#include "SendCommandEvent.h"
#include "tcglobal.h"
#include "stringutil.h"
Go to the source code of this file.
Macros | |
#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.