From 69cff71cb66461a90081c4a5598f7b9dcb201b27 Mon Sep 17 00:00:00 2001 From: gubatron Date: Fri, 8 Feb 2019 10:13:00 -0700 Subject: [PATCH] Added FrostWire's client ID As accepted in last amendment of bep_0020.rst on github.com/bittorrent/bittorrent.org See: https://github.com/bittorrent/bittorrent.org/commit/7cb4ec93ea0c643ecf4c0fde63052d05e76eefc6 --- src/identify_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/identify_client.cpp b/src/identify_client.cpp index 6bae0a065..f946584f3 100644 --- a/src/identify_client.cpp +++ b/src/identify_client.cpp @@ -171,6 +171,7 @@ namespace { , {"ES", "electric sheep"} , {"FC", "FileCroc"} , {"FT", "FoxTorrent"} + , {"FW", "FrostWire"} , {"FX", "Freebox BitTorrent"} , {"GS", "GSTorrent"} , {"HK", "Hekate"}