net_check_peers
net_check_peers(0);
static void net_check_peers(void *);
(void)timer_add("peer recheck", 600, net_check_peers, 0);