Skip to content

Commit

Permalink
Note
Browse files Browse the repository at this point in the history
  • Loading branch information
ccanel committed Apr 23, 2024
1 parent ccf70fa commit 6d0d604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ratemon/runtime/new/ratemon_test.bpf.c
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,9 @@ int BPF_KPROBE(tcp_keepalive_timer, struct timer_list *t) {
return 0;
}

// TODO: Could look up socket in map and decide whether to
// set awaiting_wakeup

u32 await;
sk->awaiting_wakeup = await;

Expand Down

0 comments on commit 6d0d604

Please sign in to comment.