root / dotorg / trunk / html / beps / bep_0004.html

Revision 11040, 4.1 kB (checked in by dave, 8 weeks ago)

All HTML docs now reference the new SVN server running at bittorrent.org

Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6<meta name="generator" content="Docutils 0.5: http://docutils.sourceforge.net/" />
7<title></title>
8<link rel="stylesheet" href="../css/bep.css" type="text/css" />
9</head>
10<body>
11<div class="document">
12
13<div id="upper" class="clear">
14<div id="wrap">
15<div id="header">
16<h1><a href="../index.html">BitTorrent<span>.org</span></a></h1>
17</div>
18<div id="nav">
19<ul>
20<li><a href="../index.html">Home</a></li>
21<li><a href="../introduction.html">For Users</a></li>
22<li><a href="bep_0000.html"><span>For Developers</span></a></li>
23<!-- <li><a href="./blog">Blog</a></li> -->
24<li><a href="http://forum.bittorrent.org"> Forums </li>
25<li><a href="../donate.html">Donate!</a></li>
26</ul>
27</div> <!-- nav -->
28<!-- ### Begin Content ### -->
29<div id="second">
30
31
32
33<table class="rfc2822 docutils field-list" frame="void" rules="none">
34<col class="field-name" />
35<col class="field-body" />
36<tbody valign="top">
37<tr class="field"><th class="field-name">BEP:</th><td class="field-body">4</td>
38</tr>
39<tr class="field"><th class="field-name">Title:</th><td class="field-body">Assigned Numbers</td>
40</tr>
41<tr class="field"><th class="field-name">Version:</th><td class="field-body">11031</td>
42</tr>
43<tr class="field"><th class="field-name">Last-Modified:</th><td class="field-body"><a class="reference external" href="http://svn.bittorrent.org/trac/browser/dotorg/trunk/html/beps/bep_0004.rst">2008-02-28 16:43:58 -0800 (Thu, 28 Feb 2008)</a></td>
44</tr>
45<tr class="field"><th class="field-name">Author:</th><td class="field-body">David Harrison &lt;dave&#32;&#97;t&#32;bittorrent.com&gt;</td>
46</tr>
47<tr class="field"><th class="field-name">Status:</th><td class="field-body">Active</td>
48</tr>
49<tr class="field"><th class="field-name">Type:</th><td class="field-body">Process</td>
50</tr>
51<tr class="field"><th class="field-name">Created:</th><td class="field-body">10-Jan-2008</td>
52</tr>
53<tr class="field"><th class="field-name">Post-History:</th><td class="field-body"></td>
54</tr>
55</tbody>
56</table>
57<hr />
58<div class="contents topic" id="contents">
59<p class="topic-title first">Contents</p>
60<ul class="simple">
61<li><a class="reference internal" href="#reserved-bit-allocations" id="id2">Reserved Bit Allocations</a></li>
62<li><a class="reference internal" href="#reserved-message-ids" id="id3">Reserved Message IDs</a></li>
63<li><a class="reference internal" href="#copyright" id="id4">Copyright</a></li>
64</ul>
65</div>
66<p>This document describes the known bit allocations and message IDs for
67the BitTorrent protocol.  To request a bit allocation contact
68<a class="reference external" href="mailto:editor&#37;&#52;&#48;bittorrent&#46;org">editor<span>&#64;</span>bittorrent<span>&#46;</span>org</a>.  Contact the same address if you are aware of
69any omissions.</p>
70<div class="section" id="reserved-bit-allocations">
71<h1>Reserved Bit Allocations</h1>
72<pre class="literal-block">
73reserved[0]
740x80  Azureus Messaging Protocol
75
76reserved[5]
770x10  LTEP (Libtorrent Extension Protocol)
78
79reserved[7]
800x01  BitTorrent DHT
810x04  suggest, haveall, havenone, reject request, and allow fast extensions
82</pre>
83</div>
84<div class="section" id="reserved-message-ids">
85<h1>Reserved Message IDs</h1>
86<pre class="literal-block">
87Core Protocol:
880x00   choke
890x01   unchoke
900x02   interested
910x03   not interested
920x04   have
930x05   bitfield
940x06   request
950x07   piece
960x08   cancel
97
98DHT Extension:
990x09   port
100
101Fast Extensions:
1020x0D   suggest
1030x0E   have all
1040x0F   have none
1050x10   reject request
1060x11   allowed fast
107
108Additional IDs used in deployed clients:
1090x14   LTEP Handshake (implemented in libtorrent, uTorrent,...)
110</pre>
111</div>
112<div class="section" id="copyright">
113<h1>Copyright</h1>
114<p>This document has been placed in the public domain.</p>
115<!-- Local Variables:
116mode: indented-text
117indent-tabs-mode: nil
118sentence-end-double-space: t
119fill-column: 70
120coding: utf-8
121End: -->
122</div>
123
124
125</div>
126        <div id="footer">
127<hr/>
128</div>
129
130</div>
131</body>
132</html>
Note: See TracBrowser for help on using the browser.