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>
-
- short btpd_daemon = 1;
- 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
- unsigned net_max_peers;
- unsigned net_bw_limit_in;
- unsigned net_bw_limit_out;
- int net_port = 6881;
|