Junyeong Jeong

Results 45 comments of Junyeong Jeong

Thank you for letting me know of this mysterious symptom. At first glance I can't tell what's going on.. I didn't look into this yet. By the way, what `nc...

@gfokkema I've investigated this issue recently and fix some part of the problem. But I am still looking for a solution for that stream parser is not triggered before the...

I forgot to attach the link of the PR that solves problems mentioned above. Here it is: * #294 I'll let you know if I find a solution for applying...

@gfokkema I found a workaround to trigger stream parser manually. * #297 Calling `setsockopt(SO_RCVLOWAT)` right after setting sockmap solves the problem. It makes the kernel check whether tcp received data...

Hi @coadler The bottom line is, unfortunately I couldn't find how to make `cilium/ebpf` load ELF object file that is compiled by/for `RedBPF`. I'm ignorant about `cilium/ebpf` so I can't...

Hello @rsdy Yesterday, I tried to make use of variables defined in `mod.rs` Like you said I wanted to get whole information from the variable directly. What I hoped to...

Compile errors in FC35 and archlinux are caused by change of kernel v5.16 header. #282 solves that problem.

@rsdy I just converted this draft to PR. It supports users to access global variables of BPF programs.

Wow @sebastiaoamaro You made it! I guess that you are make something great with cutting edge technologies. I have never used `pyo3` to create a python library written in rust....