Loading src/main.c +3 −1 Original line number Diff line number Diff line Loading @@ -910,6 +910,8 @@ receive_thread(void *v) /* verify: ignore duplicates */ if (dedup_is_duplicate(dedup, ip_them, port_them, ip_me, port_me)) continue; if (TCP_IS_SYNACK(px, parsed.transport_offset)) (*status_synack_count)++; /* Loading Loading
src/main.c +3 −1 Original line number Diff line number Diff line Loading @@ -910,6 +910,8 @@ receive_thread(void *v) /* verify: ignore duplicates */ if (dedup_is_duplicate(dedup, ip_them, port_them, ip_me, port_me)) continue; if (TCP_IS_SYNACK(px, parsed.transport_offset)) (*status_synack_count)++; /* Loading