Changeset 223 for tags/onioncat-0.1.7/src/ocat.h
- Timestamp:
- 06/21/08 14:11:41 (4 years ago)
- Location:
- tags/onioncat-0.1.7
- Files:
-
- 2 copied
-
. (copied) (copied from trunk)
-
src/ocat.h (copied) (copied from trunk/src/ocat.h) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/onioncat-0.1.7/src/ocat.h
r221 r223 46 46 #define OCAT_UNAME "tor" 47 47 #define OCAT_UID 112 48 #define OCAT_URL "http://www.abenteuerland.at/onioncat/" 48 49 49 50 //! Maximum frame (packet) size, should be able to keep one maximum size ipv6-packet: 2^16 + 40 + 4 … … 194 195 extern uint16_t ocat_dest_port_; 195 196 extern int vrec_; 196 extern int tunfd_[2];197 197 198 198 #ifndef WITHOUT_TUN … … 204 204 extern pthread_mutex_t thread_mutex_; 205 205 extern OcatThread_t *octh_; 206 extern char *usrname_; 207 208 /* ocat.c */ 209 //extern int tunfd_[2]; 210 extern int tunfd_[]; 211 extern char onion_url_[]; 212 extern struct in6_addr ocat_addr_; 206 213 207 214 /* ocatlog.c */
Note: See TracChangeset
for help on using the changeset viewer.
