Browse Source

add comment for udp spec location

dynamic-accesslists
denis 18 years ago
parent
commit
c212b48bec
  1. 2
      opentracker.c

2
opentracker.c

@ -595,6 +595,8 @@ static void handle_timeouted( void ) { @@ -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;

Loading…
Cancel
Save