| version 1.6 | | version 1.7 |
|---|
| | |
| if(pendinghandshakes){ | | if(pendinghandshakes){ |
| fix mintime=timer_get_approx_seconds();//try every X seconds | | fix mintime=timer_get_approx_seconds();//try every X seconds |
| if (pendinghandshake_lasttime<mintime-IP_HS_FRAME_RETRYTIME){ | | if (pendinghandshake_lasttime<mintime-IP_HS_FRAME_RETRYTIME){ |
| | | pendinghandshake_lasttime = mintime; |
| do_peer_handshake doph; | | do_peer_handshake doph; |
| // pairkiller<const ip_id,ip_peer*,do_peer_handshake> dophp(&doph); | | // pairkiller<const ip_id,ip_peer*,do_peer_handshake> dophp(&doph); |
| doph.mintime=mintime; | | doph.mintime=mintime; |