Benjmmi

Results 5 issues of Benjmmi

**Describe the bug** When using c `unsigned __int128 saddr;` in ebpf, it was escaping golang's uint128 which was obviously incorrect, so added to convert it to [16]byte or [16]uint8 instead...

bug

suppor tcplife example

```rust fn run_first_task(&self){ let mut inner = self.inner.exclusive_access(); let task0 = &mut inner.tasks[0]; task0.task_status = TaskStatus::Ready; // ??? 改为不可变状态有什么作用么 let next_task_cx_ptr = &task0.task_cx as *const TaskContext; drop(inner); let mut _unused...

question

my project has angular2-highlight-js,why error `AppComponent_Host.ngfactory.js? [sm]:1 ERROR ReferenceError: hljs is not defined at HighlightJsService.highlight (highlight-js.service.js:11) at AppComponent.ngAfterViewInit (app.component.ts:18) at callProviderLifecycles (core.js:12691) at callElementProvidersLifecycles (core.js:12658) at callLifecycleHooksChildrenFirst (core.js:12641) at checkAndUpdateView...

I noticed a TODO item in the code for DNS service discovery, and I've made some progress on it. It's still a work in progress. However, I'm also wondering if...

enhancement