PeerID
Posted: Wed Jan 30, 2008 1:28 pm
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...
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...