-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
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
Write readme and refactor some code #493
Conversation
abstract CONN_INIT and CONN_ADD_ADDRESS macro
abstract CONN_ADD_EXTRA_INFO CONN_INFO_TRANSFER PACKET_INIT_WITH_COMMON_INFO macro
- [x] 根据相关工具代码,设计并实现各个TCP连接发送与接收包信息的记录 | ||
- [ ] 更具相关工具代码,设计并实现TCP错误包信息的记录 | ||
- [ ] 调查相关资料,实现从TCP包中抽取HTTP信息并记录 | ||
- [ ] 讨论与Prometheus的连接方案并实现 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这个还是要保留呀,这个其实很重要
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以分为:
- 已经具备能力
- todo 能力
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
重构代码
添加参数
README