Browse Source

Test

etomic
jl777 8 years ago
parent
commit
0b53fc7584
  1. 1
      iguana/exchanges/LP_nativeDEX.c

1
iguana/exchanges/LP_nativeDEX.c

@ -394,6 +394,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,double profit
nn_setsockopt(pullsock,NN_SOL_SOCKET,NN_RCVBUF,&maxsize,sizeof(maxsize)); nn_setsockopt(pullsock,NN_SOL_SOCKET,NN_RCVBUF,&maxsize,sizeof(maxsize));
} }
} }
printf("my command address is (%s)\n",pushaddr);
if ( IAMLP != 0 ) if ( IAMLP != 0 )
{ {
if ( myipaddr != 0 ) if ( myipaddr != 0 )

Loading…
Cancel
Save