We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
net_manager 项目:对 linux 内核网络进行优化和加速。 另外可以持续整合优化这部分子项目: https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/XDP_Res-Application https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/eBPF_TCP_Ping https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/eBPF_DDoS 实现目标:
The text was updated successfully, but these errors were encountered:
张小航本周工作:
1.本周重心还是XDP程序的编写,把上周遇到的问题解决了,目前能对数据包进行解析
下周计划:
1.做一下仓库关于XDP的issue
Sorry, something went wrong.
张铭轩本周工作:
1、主要在学习《深入理解Linux网络》了解内核收发包的相关流程; 2、学习网络方面的知识。
王月妮本周工作:
1、学习ebpf并输出tcp时间延迟、序列号和确认号等信息 2、完善上周终端信息与日志同步更新。 3、完成了net_watcher的注释文档,并提交了pr
1、本周主要在阅读论文开题 2、搭建网络负载均衡的环境
helight
xiaozhangchannel
No branches or pull requests
net_manager 项目:对 linux 内核网络进行优化和加速。
另外可以持续整合优化这部分子项目:
https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/XDP_Res-Application
https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/eBPF_TCP_Ping
https://github.com/linuxkerneltravel/lmp/tree/develop/eBPF_Supermarket/eBPF_DDoS
实现目标:
项目技术要求
● 熟悉Linux内核网络系统的技术原理
● 熟悉Linux eBPF技术,能够通过eBPF实现内核事件的解析
运行要求:
● 运行系统: ubuntu22.4 以上
●场景验证:能在主机场景下完成课题实现目标,并有测试分析报告。
The text was updated successfully, but these errors were encountered: