diff --git a/docs/dht_store.html b/docs/dht_store.html index 1d8bf7a8f..4c1d734d2 100644 --- a/docs/dht_store.html +++ b/docs/dht_store.html @@ -3,7 +3,7 @@ - + BitTorrent extension for arbitrary DHT store @@ -242,7 +242,7 @@ template above, i.e. one where "y" is "e" and "e" Failures include where the cas hash mismatches and the sequence number is outdated.

If no cas field is included in the put message, the value of the current v field should be disregarded when determining whether or not to save the item.

-

The error message (as specified by BEP5) looks like this:

+

The error message (as specified by BEP5) looks like this:

 {
         "e": [ <error-code (integer)>, <error-string (string)> ],
@@ -250,7 +250,7 @@ field should be disregarded when determining whether or not to save the item.

-

In addition to the error codes defined in BEP5, this specification defines +

In addition to the error codes defined in BEP5, this specification defines some additional error codes.

diff --git a/docs/index.html b/docs/index.html index 753147c8e..f66e04e04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - + @@ -50,7 +50,6 @@
  • examples
  • library overview
  • reference documentation
  • -
  • running tests
  • tuning
  • screenshot
  • mailing list (archive)
  • diff --git a/docs/todo.html b/docs/todo.html index 136a00b10..39526b556 100644 --- a/docs/todo.html +++ b/docs/todo.html @@ -25,11 +25,11 @@ 4 relevant15 feasible36 notes -
    relevance 4../src/session_impl.cpp:663in order to support SSL over uTP, the utp_socket manager either needs to be able to receive packets on multiple ports, or we need to peek into the first few bytes the payload stream of a socket to determine whether or not it's an SSL connection. (The former is simpler but won't do as well with NATs)