BitComet - PeerID Format before v0.59
Size:
Large, Medium,
Small
Thu Sep 13, 07 03:36 PM
| Category:
Help
PeerID Format before v0.59
if ( memcmp(peerid, "exbc", 4) == 0 )
{
version = "BitComet ";
version += (unsigned char)buf[4]+(unsigned char)'0';
version += '.';
version += ((unsigned char)buf[5])/10+(unsigned char)'0';
version += ((unsigned char)buf[5])%10+(unsigned char)'0';
}

N/A
Link:
http://blog.bitcomet.com/bitcomet/post_412/
©
Add to favorites |
QuoteReport
Reads (1157) | Comments (0)