|
|
@ -212,10 +212,10 @@ void LP_psockloop(void *_ptr) |
|
|
|
{ |
|
|
|
for (i=nonz=0; i<Numpsocks; i++) |
|
|
|
{ |
|
|
|
if ( 0 && i < Numpsocks ) |
|
|
|
if ( i < Numpsocks ) |
|
|
|
{ |
|
|
|
ptr = &PSOCKS[i]; |
|
|
|
if ( 0 && now > ptr->lasttime+PSOCK_KEEPALIVE*10 ) |
|
|
|
if ( now > ptr->lasttime+PSOCK_KEEPALIVE*10 ) |
|
|
|
{ |
|
|
|
printf("PSOCKS[%d] of %d (%u %u) lag.%d IDLETIMEOUT\n",i,Numpsocks,ptr->publicport,ptr->sendport,now - ptr->lasttime); |
|
|
|
if ( ptr->publicsock >= 0 ) |
|
|
|