Skip to content

Commit

Permalink
Update docs for Fast Ext. Dist headed for PAUSE
Browse files Browse the repository at this point in the history
  • Loading branch information
sanko committed Dec 28, 2011
1 parent 88af2e2 commit 407b331
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 11 deletions.
11 changes: 10 additions & 1 deletion Changes
@@ -1,4 +1,13 @@
Version 0.1.3 | In the not too distant future | XXXXXXXXXX Version 0.1.4 | Someday | XXXXXXXXXX

Protocol/Behavioral Changes:
* Basic support for BEP 06 (Fast Peers Ext)
* File based download priority (...no public API yet)

Documentation/Sample Code/Test Suite:
* Tiny, local HTTP tracker used in tests should work with Mouse

Version 0.1.3 | December 23rd, 2011 around eightish at night | 8930180a08


API Changes/Compatibility Information: API Changes/Compatibility Information:
* New piece_cache( ), seed( ), and complete( ) methods * New piece_cache( ), seed( ), and complete( ) methods
Expand Down
7 changes: 4 additions & 3 deletions README
Expand Up @@ -205,11 +205,12 @@ This Module is Lame!


What is currently supported? What is currently supported?
Basic stuff. We can make and handle piece requests. Deal with cancels, Basic stuff. We can make and handle piece requests. Deal with cancels,
disconnect idle peers, unchoke folks. Normal... stuff. HTTP trackers. disconnect idle peers, unchoke folks, fast extensions, file download
priorities. Normal... stuff. HTTP trackers.


What will probably be supported in the future? What will probably be supported in the future?
DHT (which will likely be in a separate dist), fast extensions, IPv6 DHT (which will likely be in a separate dist), IPv6 stuff... I'll get
stuff, file download priorities... I'll get around to those. around to those.


Long term, UDP trackers may be supported. Long term, UDP trackers may be supported.


Expand Down
7 changes: 4 additions & 3 deletions README.mkdn
Expand Up @@ -237,12 +237,13 @@ subclass it to add more advanced functionality. Hint, hint!
## <a name="What_is_currently_supported_" title="Permalink to 'What is currently supported?'">What is currently supported?</a> ## <a name="What_is_currently_supported_" title="Permalink to 'What is currently supported?'">What is currently supported?</a>


Basic stuff. We can make and handle piece requests. Deal with cancels, Basic stuff. We can make and handle piece requests. Deal with cancels,
disconnect idle peers, unchoke folks. Normal... stuff. HTTP trackers. disconnect idle peers, unchoke folks, fast extensions, file download
priorities. Normal... stuff. HTTP trackers.


## <a name="What_will_probably_be_supported_in_the_future_" title="Permalink to 'What will probably be supported in the future?'">What will probably be supported in the future?</a> ## <a name="What_will_probably_be_supported_in_the_future_" title="Permalink to 'What will probably be supported in the future?'">What will probably be supported in the future?</a>


DHT (which will likely be in a separate dist), fast extensions, IPv6 stuff, DHT (which will likely be in a separate dist), IPv6 stuff... I'll get around
file download priorities... I'll get around to those. to those.


Long term, UDP trackers may be supported. Long term, UDP trackers may be supported.


Expand Down
1 change: 1 addition & 0 deletions TODO
@@ -1,2 +1,3 @@
Everything marked with XXX in /lib/AnyEvent/BitTorrent.pm Everything marked with XXX in /lib/AnyEvent/BitTorrent.pm
Fast Ext. Fast Ext.
API for file download priority
9 changes: 5 additions & 4 deletions lib/AnyEvent/BitTorrent.pm
@@ -1,5 +1,5 @@
package AnyEvent::BitTorrent; package AnyEvent::BitTorrent;
{ $AnyEvent::BitTorrent::VERSION = 'v0.1.3' } { $AnyEvent::BitTorrent::VERSION = 'v0.1.4' }
use AnyEvent; use AnyEvent;
use AnyEvent::Handle; use AnyEvent::Handle;
use AnyEvent::Socket; use AnyEvent::Socket;
Expand Down Expand Up @@ -1408,12 +1408,13 @@ subclass it to add more advanced functionality. Hint, hint!
=head2 What is currently supported? =head2 What is currently supported?
Basic stuff. We can make and handle piece requests. Deal with cancels, Basic stuff. We can make and handle piece requests. Deal with cancels,
disconnect idle peers, unchoke folks. Normal... stuff. HTTP trackers. disconnect idle peers, unchoke folks, fast extensions, file download
priorities. Normal... stuff. HTTP trackers.
=head2 What will probably be supported in the future? =head2 What will probably be supported in the future?
DHT (which will likely be in a separate dist), fast extensions, IPv6 stuff, DHT (which will likely be in a separate dist), IPv6 stuff... I'll get around
file download priorities... I'll get around to those. to those.
Long term, UDP trackers may be supported. Long term, UDP trackers may be supported.
Expand Down

0 comments on commit 407b331

Please sign in to comment.