A clone of btpd with my configuration changes.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

16 rindas
327 B

  1. #ifndef BTPD_OPTS_H
  2. #define BTPD_OPTS_H
  3. extern const char *btpd_dir;
  4. extern uint32_t btpd_logmask;
  5. extern int net_max_uploads;
  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. extern off_t cm_alloc_size;
  11. extern int ipcprot;
  12. extern int empty_start;
  13. #endif