需改ebpf程序探测内核,测试性能,验证想法,更新笔记。

This commit is contained in:
1iaan
2026-02-13 10:14:41 +00:00
parent 68bb4b3f9c
commit c72314291a
16 changed files with 560 additions and 230 deletions

View File

@@ -35,8 +35,6 @@ struct conn {
int is_stop;
pthread_mutex_t g_sync_lock;
int status;
#if 1 // websocket
char *payload;