# # Configuration file for Tribler # Written by Boudewijn Schoon. peer-to-peer@frayja.com # [system] DOC-random-seed: INT Force the use of a random seed. give the value zero to use the system current time a seed. random-seed: 0 [user] DOC-peer-id: STRING The peer-id is the identifier that other clients know you by. Leaving this empty will ensure that a random identifier is generated at startup. peer-id: DOC-language: OPTION=[en,nl] The is tels the client what language the user prefers. Allowed values are: en and nl. The default language is [%(language)s]. language: en [connection] DOC-port-min: The minimal value of the port range where the server is allowed to bind. The port range (port-min to port-max) should be connetable to get the best performance. port-min: 6882 DOC-port-max: The maximal value of the port range where the server is allowed to bind. The port range (port-min to port-max) should be connetable to get the best performance. port-max: 7882 DOC-max-connections: The maximum amount of connection that the server is allowed to keep open at any one time. max-connections: 60 DOC-write-bandwidth: The maximum allowed outgoing bandwidth. Default: [%(write-bandwidth)s]. write-bandwidth: 20k DOC-write-quota-low: Sockets are only written when there the bandwidth allows at least this much bytes to be read. A low value is good for systems with a smallsocket cash (OS-dependent). A high value is good for CPU performance. Default: [%(write-quota-low)s]. write-quota-low: 1k DOC-read-bandwidth: The maximum allowed incoming bandwidth. Default: [%(read-bandwidth)s]. read-bandwidth: 200k DOC-read-quota-low: Sockets are only read when there the bandwidth allows at least this much bytes to be read. A low value is good for systems with a small socket cash (OS-dependent). A high value is good for CPU performance. Default: [%(read-quota-low)s]. read-quota-low: 10k [bittorrent] DOC-enable: Enable the BitTorrent protocol to be used. enable: yes DOC-enable-choke: Enable the BitTorrent choking and unchoking mechanism. enable-choke: yes DOC-announce-compact: BitTorrent allows for binary announce replies. Most trackers prefer a compact announce because it saves bandwidth. announce-compact: yes DOC-max-request-count: The maximum amount of block requests that we will make on a single peer. max-request-count: 15 DOC-request-count-threshold: The minimum amount of block requests that we will keep queues on a single peer. request-count-threshold: 10 DOC-max-unchoke: The maximum amount of peers that will be unchoked at the same time. The BitTorrent protocol only uploads data to unchoked peers. max-unchoke: 4 [teaming] enable: no enable42: no max-supervising: 8 [storage] cache-size: 25M root: ~/tudelft/master_thesis/python/tribler-frayja/storage-seed/ output-path: %(root)s/storage input-path: %(root)s/torrent torrent-db: %(root)s/torrent.db log: %(root)s/tribler.log DOC-disabled-has-changed: When the storage is disabled (must be expicidly changed in the source code) this is the return value when the has_changed() method is called. disabled-has-changed: no DOC-disabled-is-new: When the storage is disabled (must be expicidly changed in the source code) this is the return value when the is_new() method is called. Must evaluate to True for leechers, and to False for seeders. disabled-is-new: yes [progress] frequency: 5000 enable-central: no enable-central-config: yes enable-central-trace: yes enable-central-load: yes enable-central-torrent: yes enable-central-dispatcher: no enable-central-teaming42: no enable-central-bittorrent: no client-name: Tribler central-address: frayja.com central-port: 47771 [debug] # when an exception is raised while processing incoming or outgoing # data, to we wish to exit the entire application? When debugging it # is recommended to turn this option to true. exit-on-exception: false # it is possible to perform unit-tests just before starting torrent # download. perform-unit-test: false