From fa9c454c53ae660a5bed08dc23169059944362f2 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Wed, 24 Apr 2013 16:44:21 +0000 Subject: [PATCH] erge documentation fix from RC_0_16 --- docs/udp_tracker_protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/udp_tracker_protocol.rst b/docs/udp_tracker_protocol.rst index 07db7686d..4818c99a7 100644 --- a/docs/udp_tracker_protocol.rst +++ b/docs/udp_tracker_protocol.rst @@ -298,7 +298,7 @@ in the tracker URL for each user. The extension body has the following format: +-------------+---------------------+----------------------------------------+ | size | name | description | +=============+=====================+========================================+ -| int16_t | request length | The number of bytes in the request | +| int8_t | request length | The number of bytes in the request | | | | string. | +-------------+---------------------+----------------------------------------+ | int8_t[] | request string | The string that comes after the host- |