mirror of
https://github.com/i2p/i2p.i2p.git
synced 2024-12-06 19:27:00 +01:00
i2psnark: Recognize EepTorrent client
This commit is contained in:
@@ -2206,6 +2206,8 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
client = "Transmission";
|
||||
else if ("LUtU".equals(ch))
|
||||
client = "KTorrent";
|
||||
else if ("LUVU".equals(ch)) // ET
|
||||
client = "EepTorrent";
|
||||
// libtorrent and downstreams
|
||||
// https://www.libtorrent.org/projects.html
|
||||
else if ("LURF".equals(ch)) // DL
|
||||
|
||||
Reference in New Issue
Block a user