From 21712ec78d59d3660551b9db25aee8be8d4b216a Mon Sep 17 00:00:00 2001 From: Maxime Petazzoni Date: Thu, 10 Nov 2011 22:07:16 -0800 Subject: [PATCH] Update README files in light of recently implemented features Signed-off-by: Maxime Petazzoni --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index e86430c8d..cc2440ee2 100644 --- a/README +++ b/README @@ -51,11 +51,11 @@ Authors Caveats ------- -* This implementation currently only supports single-file torrents. * Client write performance is a bit poor, mainly due to a (too?) simple piece -caching algorithm. -* Start of transfer can take a few seconds. This is mostly due to the protocol -itself, but I wonder if something could be done to improve this. + caching algorithm. +* End-game can be slow if the peer selected to retrieve the last piece from + doesn't upload fast enough (or at all). An end-game scenario should be + implemented. Contributions are welcome in all areas, even more so for these few points above!