-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: server side ssl event can't be captured correctly (#236)
1. collect sendfile syscall event(nginx may send static file to client via sendfile syscall) 2. when conntrack created , transfer old connection's temp events to new conn, because some events may come in before conn created at userspace. 3. ignore recvmsg, recvfrom syscall with flags : MSG_OOB, MSG_PEEK.
- Loading branch information
Showing
42 changed files
with
711 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.