|
CVS: BitTorrent/BitTorrent download.py,1.131,1.132 track.py,1.44,1.45: msg#00193network.bit-torrent.general
Update of /cvsroot/bittorrent/BitTorrent/BitTorrent In directory sc8-pr-cvs1:/tmp/cvs-serv23179/BitTorrent Modified Files: download.py track.py Log Message: bug fix Index: download.py =================================================================== RCS file: /cvsroot/bittorrent/BitTorrent/BitTorrent/download.py,v retrieving revision 1.131 retrieving revision 1.132 diff -C2 -d -r1.131 -r1.132 *** download.py 25 Mar 2003 08:39:38 -0000 1.131 --- download.py 27 Mar 2003 03:44:46 -0000 1.132 *************** *** 38,42 **** ('download_slice_size', None, 2 ** 14, "How many bytes to query for per request."), ! ('request_backlog', None, 5, "how many requests to keep in a single pipe at once."), ('max_message_length', None, 2 ** 23, --- 38,42 ---- ('download_slice_size', None, 2 ** 14, "How many bytes to query for per request."), ! ('request_backlog', None, 10, "how many requests to keep in a single pipe at once."), ('max_message_length', None, 2 ** 23, Index: track.py =================================================================== RCS file: /cvsroot/bittorrent/BitTorrent/BitTorrent/track.py,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** track.py 25 Mar 2003 08:32:19 -0000 1.44 --- track.py 27 Mar 2003 03:44:46 -0000 1.45 *************** *** 225,229 **** data = {'interval': self.reannounce_interval} cache = self.cached.setdefault(infohash, []) ! if len(cache) < self.rsize: for key, value in self.downloads.setdefault( infohash, {}).items(): --- 225,229 ---- data = {'interval': self.reannounce_interval} cache = self.cached.setdefault(infohash, []) ! if len(cache) < rsize: for key, value in self.downloads.setdefault( infohash, {}).items(): ------------------------ Yahoo! Groups Sponsor ---------------------~--> Get 128 Bit SSL Encryption! http://us.click.yahoo.com/xaxhjB/hdqFAA/xGHJAA/dkFolB/TM ---------------------------------------------------------------------~-> To unsubscribe from this group, send an email to: BitTorrent-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: tracker errors: 00193, Bram Cohen |
|---|---|
| Next by Date: | CVS: BitTorrent/BitTorrent RawServer.py,1.28,1.29: 00193, Bram Cohen |
| Previous by Thread: | Re: Someone e-mail BitTorrent for Mac to me?i: 00193, Stanford88 |
| Next by Thread: | CVS: BitTorrent/BitTorrent RawServer.py,1.28,1.29: 00193, Bram Cohen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |