A clone of btpd with my configuration changes.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
253 B

  1. #ifndef BTPD_OPTS_H
  2. #define BTPD_OPTS_H
  3. extern short btpd_daemon;
  4. extern const char *btpd_dir;
  5. extern uint32_t btpd_logmask;
  6. extern unsigned net_max_peers;
  7. extern unsigned net_bw_limit_in;
  8. extern unsigned net_bw_limit_out;
  9. extern int net_port;
  10. #endif