Vidalia  0.3.1
Macros
ControlSocket.cpp File Reference
#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
 

Macro Definition Documentation

§ READ_TIMEOUT

#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().