Fix c format

This commit is contained in:
Daniel
2023-08-01 16:13:50 +02:00
parent 4a6eea4a7f
commit 32eaadd2bf

View File

@@ -46,7 +46,7 @@ int BPF_PROG(tcp_connect, struct sock *sk) {
return 0;
}
// Read PID (Careful: This is the Thread Group ID in kernel speak!)
// Read PID (Careful: This is the Thread Group ID in kernel speak!)
tcp_info->pid = __builtin_bswap32((u32)(bpf_get_current_pid_tgid() >> 32));
// Set protocol