I was asked by a tracker staff what is deluge's peerid to insert it as an allowed client.
I'm using deluge 0.5.8.3.
Can anyone tell me what it is or if it is what i found searching on the internet?:
r1375 r1448
133 133 id[5], id[6] );
134 134 }
135 else if( !memcmp( &id[1], "DE", 2 ) )
136 {
137 asprintf( &ret, "Deluge %d.%d.%d",
138 charToInt( id[3] ), charToInt( id[4] ),
139 charToInt( id[5] ) );
140 }
135 141 else if( !memcmp( &id[1], "AR", 2 ) )
136 142 {
Thanks...
PeerID
-
- Compulsive Poster
- Posts: 1230
- Joined: Thu May 24, 2007 11:27 pm
- Location: Chicago, IL, USA
- Contact:
Re: PeerID
i dont know what you've found. deluge's id that you need to add is DEPainKill3r wrote:I was asked by a tracker staff what is deluge's peerid to insert it as an allowed client.
I'm using deluge 0.5.8.3.
Can anyone tell me what it is or if it is what i found searching on the internet?:
r1375 r1448
133 133 id[5], id[6] );
134 134 }
135 else if( !memcmp( &id[1], "DE", 2 ) )
136 {
137 asprintf( &ret, "Deluge %d.%d.%d",
138 charToInt( id[3] ), charToInt( id[4] ),
139 charToInt( id[5] ) );
140 }
135 141 else if( !memcmp( &id[1], "AR", 2 ) )
136 142 {
Thanks...