From 5627fa2e2e27671762669627582f158e0c5a9534 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 7 Nov 2011 07:02:28 +0000 Subject: [PATCH] fix documentation bug --- docs/manual.html | 66 +++++++++++++++++++++++++++++++----------------- docs/manual.rst | 2 +- 2 files changed, 44 insertions(+), 24 deletions(-) diff --git a/docs/manual.html b/docs/manual.html index 69ebe07d7..27a098a2c 100644 --- a/docs/manual.html +++ b/docs/manual.html @@ -6960,29 +6960,49 @@ struct incoming_connection_alert: alert

socket_type tells you what kind of socket the connection was accepted as:

-

+==========+=====================================+ -| value | type | -+==========+=====================================+ -| 0 | none (no socket instantiated) | -+----------+-------------------------------------+ -| 1 | TCP | -+----------+-------------------------------------+ -| 2 | Socks5 | -+----------+-------------------------------------+ -| 3 | HTTP | -+----------+-------------------------------------+ -| 4 | uTP | -+----------+-------------------------------------+ -| 5 | i2p | -+----------+-------------------------------------+ -| 6 | SSL/TCP | -+----------+-------------------------------------+ -| 7 | SSL/Socks5 | -+----------+-------------------------------------+ -| 8 | HTTPS (SSL/HTTP) | -+----------+-------------------------------------+ -| 9 | SSL/uTP | -+----------+-------------------------------------+

+ ++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
valuetype
0none (no socket instantiated)
1TCP
2Socks5
3HTTP
4uTP
5i2p
6SSL/TCP
7SSL/Socks5
8HTTPS (SSL/HTTP)
9SSL/uTP

ip is the IP address and port the connection came from.

diff --git a/docs/manual.rst b/docs/manual.rst index e66c338f3..96ba46818 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -7350,7 +7350,7 @@ listen socket for SSL torrents. ``socket_type`` tells you what kind of socket the connection was accepted as: -+==========+=====================================+ ++----------+-------------------------------------+ | value | type | +==========+=====================================+ | 0 | none (no socket instantiated) |