]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - config/mldonkey/directconnect.ini
Start core47.
[people/pmueller/ipfire-2.x.git] / config / mldonkey / directconnect.ini
CommitLineData
c7e54648
MT
1
2
3 (************************************)
4 (* Never edit options files when *)
5 (* the daemon is running *)
6 (************************************)
7 (* SECTION : DirectConnect *)
8 (* DirectConnect options *)
9 (************************************)
10
11
12
13 (* The port to bind the client to *)
14 client_port = 4444
15
16 (* How many slots are open to other clients *)
17 dc_open_slots = 2
18
19 (* Your login on DC (no spaces !!!) *)
20 login = ""
21
22 (* The URL from which the first server list is downloaded *)
23 servers_list_url = "http://dchublist.com/hublist.config.bz2"
24
25 (* Define here a list of address/passwords/nick triples for hubs in form:
26 [ ("hubserver.ip.com", "nick1", "pass1");
27 ("somehub.somewhere.org", "nick2", "pass2");
28 ("11.22.333.444", "nick3", "pass3");
29 ] *)
30 hubs_passwords = []
31
32 (* The time a search is active *)
33 search_timeout = 60
34
35 (* Minimum time between automated file tth searches in minutes *)
36 file_search_time = 60
37
38 (* In initialization, the time in seconds we wait connection responses from client *)
39 client_timeout = 90
40
41 (* The maximum time in seconds we wait data from client in downloading *)
42 client_read_timeout = 60
43
44 (* The maximum time in seconds we wait to continue pushing data to client in uploading *)
45 client_write_timeout = 60
46
47 (* How many seconds we wait a client to continue slot before closing and freeing the slot *)
48 wait_for_next_upload = 30
49
50 (* Is this client firewalled (use passive searches) *)
51 firewalled = false
52
53 (* Automatically find alternative sources, if file is unavailable. Also add sources
54 from searches automatically *)
55 autosearch_by_tth = true
56
57 (* Maximal number of sources to single file *)
58 max_sources_file = 5
59
60 (* The line speed sent in the MyINFO message
61 eg. Modem, Cable, DSL, Satellite, LAN(T1), LAN(T3) *)
62 client_speed = DSL
63
64 (* (internal option) *)
65 (* Do not change this option, internal use only! *)
66 options_version = 0
67
68(*
69 The following options are not used (errors, obsolete, ...)
70*)