search for: sockaddrcmp_noport

Displaying 1 result from an estimated 1 matches for "sockaddrcmp_noport".

2011 Jan 03
1
Tinc improvements
...dr_t *from, const vpn_packet_t *pkt) { avl_node_t *node; edge_t *e; - node_t *n = NULL; static time_t last_hard_try = 0; - for(node = edge_weight_tree->head; node; node = node->next) { + for (node = edge_weight_tree->head; node; node = node->next) { e = node->data; - if(sockaddrcmp_noport(from, &e->address)) { - if(last_hard_try == now) - continue; - last_hard_try = now; + if (sockaddrcmp_noport(from, &e->address)) { + // if(last_hard_try == now) + // continue; + // last_hard_try = now; + continue; } - if(!n) - n = e->to; + // if(!n)...