-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
58 lines (49 loc) · 1.18 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
All libtorrent options
-------------------------------
*************
bitswash
*************
- periodical save fast resume
*************
session
*************
- ip_filter
- set_peer_proxy, set_web_seed_proxy, set_tracker_proxy, set_dht_proxy,
- supports_sparse_files //check before enabling sparse file option
*************
torrent_info
*************
- create_torrent
- set_comment, set_piece_size, set_creator, set_hash, add_tracker, add_file,
- add_tracker
- remap_files // actually rename downloaded files
- url_seeds //add url seed
- trackers
- set_priv (private torrent, wont distribute in DHT)
*************
torrent_handle
*************
- connect_peer
- sequenced_download_threshold
- peer_download_limit/peer_upload_limit
- is_seed
= set_tracker_login
- trackers, replace_trackers
- add_url_seed, remove_url_seed, url_seeds
- save resume periodically
- get_download_queue //draw the partial finished progressbar
*************
torrent_status
*************
- total_wanted, total_wanted_done, total done
*************
peer_info
*************
- new flags : on_parole, optimistic_unchoke, seed
*************
session_settings
*************
************
alert
************
- check for new alerts type