Replies: 1 comment
-
I know in GoLang we can use goroutine to judge asynchronously, while in eBPF program, this is totally synchronous. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In coroot-node-agent, at l7/l7.c:249 or around, I noticed that we use a huge branching to judge L7 protocal.
Does this multiple conditional branching significantly slow down processing? Whether performance costs have been evaluated?
Beta Was this translation helpful? Give feedback.
All reactions