Compare commits

...

2 Commits

Author SHA1 Message Date
gbucchino 7f377620ef Merge 2024-07-08 08:00:19 +02:00
gbucchino 212ff48422 Upd project 2024-07-08 07:55:39 +02:00
3 changed files with 1 additions and 0 deletions
BIN
View File
Binary file not shown.
+1
View File
@@ -115,6 +115,7 @@ int tcp_retransmit(struct ctx_send_reset *ctx){
f_family = bpf_map_lookup_elem(&filter_family, &keys); f_family = bpf_map_lookup_elem(&filter_family, &keys);
if (!f_family) if (!f_family)
return 0; return 0;
}
index = bpf_map_lookup_elem(&tcp_stats_index, &keys); index = bpf_map_lookup_elem(&tcp_stats_index, &keys);
if (!index) if (!index)
BIN
View File
Binary file not shown.