*** empty log message ***

This commit is contained in:
Arvid Norberg
2003-10-31 15:06:32 +00:00
parent fe44ca9fdf
commit c9bfb8aa36
2 changed files with 7 additions and 8 deletions

View File

@@ -155,9 +155,8 @@ structure in the torrent-file.
<p>
<tt>fingerprint</tt> is a short string that will be used in the peer_id to
identify the client. If you want your fingerprint to be shorter than 4
characters, you can terminate the string with a null. The default is an
empty string.
identify the client. If the string is longer than 7 characters it will
be trimmed down to 7 characters. The default is an empty string.
</p>
<p>
@@ -442,11 +441,11 @@ piece and <tt>info_hash()</tt> returns the 20-bytes sha1-hash for the info-secti
torrent file. For more information on the <tt>sha1_hash</tt>, see the <a href="#big_number">big_number</a> class.
</p>
<h2><a name="torrent_handle"></a>torrent_hande</h2>
<h2><a name="torrent_handle"></a>torrent_handle</h2>
<p>
You will usually have to store your <tt>torrent_handle</tt>s somewhere, since it's the
object thought which you retrieve infromation about the torrent and aborts the torrent.
object through which you retrieve infromation about the torrent and aborts the torrent.
Its declaration looks like this:
</p>