https://github.com/phantom9999/torrent_suit
https://github.com/phantom9999/torrent_suit
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/phantom9999/torrent_suit
- Owner: phantom9999
- Created: 2018-08-02T15:42:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T11:23:00.000Z (over 5 years ago)
- Last Synced: 2025-03-22T14:04:41.961Z (over 1 year ago)
- Language: C++
- Size: 104 MB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 简介
# 构建状态
| travis-ci |
|----------|
| [](https://travis-ci.com/phantom9999/torrent_suit) |
# bbts-agent
## 依赖
- uri
- sqlite
- plugin
- libtorrent
# bbts-tracker
## 依赖
- minihttpd
- protocol
- clientmock
## 配置文件
- tracker.conf
- redis.conf
- log.conf
tracker.conf:
```
port : 18695
httpd_port : 8523
thread_num : 39
log_conf : "tracker_log.conf"
redis_conf : "redis.conf"
monitor_cycle_second : 10
info_hash_expire_time : 3600
remote_peers_syncronizer_num : 3
server_send_timeout : 3000
server_recv_timeout : 3000
server_accept_timeout : 3000
task_expire_time : 3000
```
redis.conf:
```
max_queue_length : 50000
timeout: 10000
passwd: "passwd"
database: "1"
host_pair {
master_hostname : "master-redis-host-name"
master_port: 6379
master_weight : 1000
slave_hostname : "slave-redis-host-name" # could be same with master
slave_port: 6379
slave_weight : 1000
}
```
log.conf:
```
log_dir: logs
```