mirror of
https://github.com/transmission/transmission
synced 2025-02-04 05:22:40 +00:00
#743: add Xunlei to the client list.
This commit is contained in:
parent
a6d464347d
commit
9afd403424
1 changed files with 5 additions and 0 deletions
|
@ -69,6 +69,11 @@ char * tr_clientForId( const uint8_t * id )
|
|||
tr_asprintf( &ret, "Azureus %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "XL", 2 ) )
|
||||
{
|
||||
tr_asprintf( &ret, "Xunlei %c.%c.%c.%c",
|
||||
id[3], id[4], id[5], id[6] );
|
||||
}
|
||||
else if( !memcmp( &id[1], "UT", 2 ) )
|
||||
{
|
||||
tr_asprintf( &ret, "\xc2\xb5Torrent %c.%d", id[3],
|
||||
|
|
Loading…
Reference in a new issue