Changeset 10132 for trunk/daemon/transmission-daemon.1
- Timestamp:
- Feb 7, 2010, 7:20:00 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/transmission-daemon.1
r9122 r10132 61 61 .It Fl et Fl -encryption-tolerated 62 62 Prefer unencrypted peer connections. 63 .It Fl gsr Fl -global-seedratio Ar ratio 64 All torrents, unless overridden by a per-torrent setting, should seed until a specific 65 .Ar ratio 66 .It Fl GSR Fl -no-global-seedratio 67 All torrents, unless overridden by a per-torrent setting, should seed regardless of ratio 63 68 .It Fl h Fl -help 64 69 Print command-line option descriptions. 70 .It Fl -incomplete-dir Ar dir 71 When adding new torrents, store their contents in 72 .Ar directory 73 until the torrent is done. 74 .It Fl -no-incomplete-dir 75 Don't store incomplete torrents in a different directory. 65 76 .It Fl i Fl -bind-address-ipv4 66 77 Listen for IPv4 BitTorrent connections on a specific address. Only one IPv4 listening address is allowed. Default: 0.0.0.0 (All addresses) … … 79 90 .It Fl M Fl -no-portmap 80 91 Disable portmapping 92 .It Fl o Fl -dht 93 Enable distributed hash table (DHT). 94 .It Fl O Fl -no-dht 95 Disable distribued hash table (DHT). 81 96 .It Fl p Fl -port Ar port 82 97 Port to open and listen for RPC requests on. Default: 9091
Note: See TracChangeset
for help on using the changeset viewer.