Skip to content

Commit

Permalink
patch #8104
Browse files Browse the repository at this point in the history
  • Loading branch information
spiralvoice committed Jul 7, 2013
1 parent 824ec2e commit 53b47e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions distrib/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ ChangeLog
=========

2013/07/07:
8104: BT: suppress warning for peers6 entry in tracker response (ygrek)
7954: Fix handling of full disc (jcea)
7917: Allow upnp_stub.c to be compiled on Mac OS X (zbroyar)

Expand Down
3 changes: 2 additions & 1 deletion src/networks/bittorrent/bTClients.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1815,7 +1815,8 @@ let talk_to_tracker file need_sources =
iter_comp p 0 (String.length p)
| "private", Int n -> ()
(* TODO: if set to 1, disable peer exchange *)

| "peers6", _ -> ()
(* TODO IPv6 support required *)
| key, _ -> lprintf_file_nl (as_file file) "received unknown entry in answer from tracker: %s : %s" key (Bencode.print value)
) list;
(*Now, that we have added new clients to a file, it's time
Expand Down

0 comments on commit 53b47e6

Please sign in to comment.