Changeset 535 for trunk/src/ocat.h
- Timestamp:
- 12/27/09 20:37:46 (2 years ago)
- File:
-
- 1 edited
-
trunk/src/ocat.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ocat.h
r534 r535 200 200 //! RECONN_ATTEMPTS must not be faster than MIN_RECONNECT_TIME 201 201 #define MIN_RECONNECT_TIME 30 202 //! define default maximum number of concurrent controller sessions 203 #define MAX_DEF_CTRL_SESS 5 202 204 203 205 #define MFD_SET(f,s,m) {FD_SET(f, s); m = f > m ? f : m;} … … 213 215 #define VERSION_STRING_LEN 256 214 216 217 #define MAX_DEF_CTRL 6 215 218 216 219 #define NTYPE_TOR 0 … … 292 295 int socksfd[2]; 293 296 int net_type; 297 int max_ctrl, ctrl_active; 298 //! pipe filedescriptors for pid deletion process 299 int pid_fd[2]; 300 int sig_usr1, clear_stats; 294 301 }; 295 302
Note: See TracChangeset
for help on using the changeset viewer.
