A clone of btpd with my configuration changes.
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- #include "btpd.h"
-
- const char *btpd_dir;
- #ifdef DEBUG
- uint32_t btpd_logmask = BTPD_L_ALL;
- #else
- uint32_t btpd_logmask = BTPD_L_BTPD | BTPD_L_ERROR;
- #endif
- int net_max_uploads = -2;
- unsigned net_max_peers;
- unsigned net_bw_limit_in;
- unsigned net_bw_limit_out;
- int net_port = 6881;
- off_t cm_alloc_size = 2048 * 1024;
- int ipcprot = 0600;
- int empty_start = 0;
- const char *tr_ip_arg;
- int net_ipv4 = 1;
- int net_ipv6 = 1;
|