From 995564c24c3c1b491e552658b0542f5d91d133b0 Mon Sep 17 00:00:00 2001 From: Maximiliano Geier Date: Wed, 14 Nov 2012 11:27:13 +0100 Subject: [PATCH 1/1] BitTorrent: added reference to the report by A. Legout on the size of messages --- examples/msg/bittorrent/messages.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/msg/bittorrent/messages.h b/examples/msg/bittorrent/messages.h index a8e98c3d4f..8e29f040d4 100644 --- a/examples/msg/bittorrent/messages.h +++ b/examples/msg/bittorrent/messages.h @@ -10,6 +10,8 @@ /** * Message sizes + * Sizes based on report by A. Legout et al, Understanding BitTorrent: An Experimental Perspective + * http://hal.inria.fr/inria-00000156/en */ #define MESSAGE_HANDSHAKE_SIZE 68 #define MESSAGE_CHOKE_SIZE 5 -- 2.20.1