You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> _[Learn more about BitTorrent Enhancement Proposals][BEP 00]_
78
78
79
79
-[BEP 03]: The BitTorrent Protocol.
@@ -113,8 +113,8 @@ podman run -it docker.io/torrust/tracker:develop
113
113
114
114
### Development Version
115
115
116
-
- Please ensure you have the _**[latest stable (or nightly) version of rust][rust]___.
117
-
- Please ensure that your computer has enough RAM. _**Recommended 16GB.___
116
+
- Please ensure you have the \_\*\*[latest stable (or nightly) version of rust][rust]\_\_\_.
117
+
- Please ensure that your computer has enough RAM. \_\*\*Recommended 16GB.\_\_\_
118
118
119
119
#### Checkout, Test and Run
120
120
@@ -217,7 +217,7 @@ This program is free software: you can redistribute it and/or modify it under th
217
217
218
218
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [GNU Affero General Public License][AGPL_3_0] for more details.
219
219
220
-
You should have received a copy of the *GNU Affero General Public License* along with this program. If not, see <https://www.gnu.org/licenses/>.
220
+
You should have received a copy of the _GNU Affero General Public License_ along with this program. If not, see <https://www.gnu.org/licenses/>.
221
221
222
222
Some files include explicit copyright notices and/or license notices.
223
223
@@ -250,43 +250,33 @@ This project was a joint effort by [Nautilus Cyberneering GmbH][nautilus] and [D
This library allows for the creation and parsing of bencode encodings.
3
4
4
-
Bencode is the binary encoding used throughout bittorrent technologies from metainfo files to DHT messages. Bencode types include integers, byte arrays, lists, and dictionaries, of which the last two can hold any bencode type (they could be recursively constructed).
5
+
Bencode is the binary encoding used throughout bittorrent technologies from metainfo files to DHT messages. Bencode types include integers, byte arrays, lists, and dictionaries, of which the last two can hold any bencode type (they could be recursively constructed).
0 commit comments