diff options
Diffstat (limited to 'opentracker.c')
-rw-r--r-- | opentracker.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) { | |||
595 | } | 595 | } |
596 | } | 596 | } |
597 | 597 | ||
598 | /* UDP implementation according to http://xbtt.sourceforge.net/udp_tracker_protocol.html */ | ||
599 | |||
598 | static void handle_udp4( int64 serversocket ) { | 600 | static void handle_udp4( int64 serversocket ) { |
599 | ot_peer peer; | 601 | ot_peer peer; |
600 | ot_torrent *torrent; | 602 | ot_torrent *torrent; |