Browse Source

Test

etomic
jl777 8 years ago
parent
commit
14f9769cb8
  1. 2
      iguana/exchanges/LP_network.c

2
iguana/exchanges/LP_network.c

@ -224,7 +224,7 @@ void LP_psockloop(void *_ptr)
portable_mutex_unlock(&LP_psockmutex); portable_mutex_unlock(&LP_psockmutex);
break; break;
} }
else if ( now > ptr->lastping+PSOCK_KEEPALIVE ) else if ( now > ptr->lastping+PSOCK_KEEPALIVE/2 )
{ {
ptr->lastping = now; ptr->lastping = now;
sendsock = ptr->sendsock; sendsock = ptr->sendsock;

Loading…
Cancel
Save