Browse Source

Test

etomic
jl777 7 years ago
parent
commit
1ca201edcb
  1. 7
      iguana/exchanges/LP_nativeDEX.c

7
iguana/exchanges/LP_nativeDEX.c

@ -1179,12 +1179,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu
usleep(1000);
else if ( IAMLP == 0 )
usleep(1000);
if ( (rand() % 100) == 0 )
{
printf("rpc port reset test\n");
closesocket(LP_bindsock);
LP_bindsock = -1;
}
printf("mainloop\n");
}
#endif
}

Loading…
Cancel
Save