From c212b48bec8d8a79a301b86f71929063127029d8 Mon Sep 17 00:00:00 2001 From: denis <> Date: Sun, 24 Jun 2007 01:53:30 +0000 Subject: add comment for udp spec location --- opentracker.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opentracker.c b/opentracker.c index 36fa989..1a056e6 100644 --- a/opentracker.c +++ b/opentracker.c @@ -595,6 +595,8 @@ static void handle_timeouted( void ) { } } +/* UDP implementation according to http://xbtt.sourceforge.net/udp_tracker_protocol.html */ + static void handle_udp4( int64 serversocket ) { ot_peer peer; ot_torrent *torrent; -- cgit v1.2.3