Last change
on this file since 9793 was
9793,
checked in by charles, 12 years ago
|
(trunk) #2548 "T's request queue can send out too many duplicate requests" -- (1) fix r9465 implementation bug that caused some peers to get starved of requests if they rejected a request or choked, then unchoked us. (2) increase a block request's TTL by 15 seconds to reduce cancel/req cycles between two or more blocks (3) add a debug mode to the GTK+ client's peer tab to watch the pending requests counts both up & down
|
File size:
611 bytes
|
Line | |
---|
1 | ACLOCAL_AMFLAGS = -I m4 |
---|
2 | |
---|
3 | if BUILD_CLI |
---|
4 | CLI_DIR = cli |
---|
5 | endif |
---|
6 | if BUILD_DAEMON |
---|
7 | if !WIN32 |
---|
8 | DAEMON_DIR = daemon |
---|
9 | endif |
---|
10 | endif |
---|
11 | if BUILD_GTK |
---|
12 | GTK_DIR = gtk po |
---|
13 | endif |
---|
14 | if BUILD_MAC |
---|
15 | MAC_DIR = macosx |
---|
16 | endif |
---|
17 | |
---|
18 | SUBDIRS = \ |
---|
19 | doc \ |
---|
20 | third-party \ |
---|
21 | libtransmission \ |
---|
22 | $(DAEMON_DIR) \ |
---|
23 | $(CLI_DIR) \ |
---|
24 | $(GTK_DIR) \ |
---|
25 | $(MAC_DIR) \ |
---|
26 | utils \ |
---|
27 | web |
---|
28 | |
---|
29 | EXTRA_DIST = \ |
---|
30 | qt \ |
---|
31 | NEWS \ |
---|
32 | AUTHORS \ |
---|
33 | COPYING \ |
---|
34 | README \ |
---|
35 | autogen.sh \ |
---|
36 | update-version-h.sh \ |
---|
37 | Transmission.xcodeproj/project.pbxproj |
---|
38 | |
---|
39 | dist-hook: |
---|
40 | rm -rf `find $(distdir)/qt -name .svn` |
---|
41 | |
---|
42 | |
---|
43 | DISTCLEANFILES = \ |
---|
44 | intltool-extract \ |
---|
45 | intltool-merge \ |
---|
46 | intltool-update |
---|
Note: See
TracBrowser
for help on using the repository browser.