Ignore:
Timestamp:
01/06/10 13:08:22 (2 years ago)
Author:
eagle
Message:
  • separate name for connect log and pid file for OC/GC.
  • mode detection (OC/GC) improved
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ocat_netdesc.h

    r534 r536  
    3737   short vdest_port; 
    3838   short socks_port; 
     39   char *clog_file; 
     40   char *pid_file; 
    3941}; 
    4042 
     
    6870//! SOCKS port of TOR proxy 
    6971#define TOR_SOCKS_PORT 9050 
     72#define TOR_OCAT_CONNECT_LOG "ocat_connect_log" 
     73#define TOR_PID_FILE "/var/run/ocat.pid" 
    7074 
    7175 
     
    8993//! SOCKS port of TOR proxy 
    9094#define I2P_SOCKS_PORT 9051 
     95#define I2P_OCAT_CONNECT_LOG "gcat_connect_log" 
     96#define I2P_PID_FILE "/var/run/gcat.pid" 
    9197 
    9298 
Note: See TracChangeset for help on using the changeset viewer.