|
@ -52,6 +52,8 @@ struct LP_peerinfo *LP_addpeer(int32_t amclient,struct LP_peerinfo *mypeer,int32 |
|
|
uint32_t ipbits; int32_t pushsock,subsock,timeout,enabled; char checkip[64],pushaddr[64],subaddr[64]; struct LP_peerinfo *peer = 0; |
|
|
uint32_t ipbits; int32_t pushsock,subsock,timeout,enabled; char checkip[64],pushaddr[64],subaddr[64]; struct LP_peerinfo *peer = 0; |
|
|
if ( strcmp(ipaddr,"173.208.149.42") == 0 ) |
|
|
if ( strcmp(ipaddr,"173.208.149.42") == 0 ) |
|
|
return(0); |
|
|
return(0); |
|
|
|
|
|
if ( strncmp(ipaddr,"5.9.253",strlen("5.9.253")) != 0 ) |
|
|
|
|
|
return(0); |
|
|
ipbits = (uint32_t)calc_ipbits(ipaddr); |
|
|
ipbits = (uint32_t)calc_ipbits(ipaddr); |
|
|
expand_ipbits(checkip,ipbits); |
|
|
expand_ipbits(checkip,ipbits); |
|
|
if ( strcmp(checkip,ipaddr) == 0 ) |
|
|
if ( strcmp(checkip,ipaddr) == 0 ) |
|
|