-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Use original tcp_info struct"
This reverts commit af5ad73.
- Loading branch information
ruti
committed
Jul 25, 2024
1 parent
3911a9e
commit e96aeff
Showing
2 changed files
with
18 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
ssize_t desync(int sfd, char *buffer, size_t bfsize, ssize_t n, ssize_t offset, struct sockaddr *dst, int dp_c); | ||
|
||
struct tcpi { | ||
uint8_t state; | ||
uint8_t r[3]; | ||
uint32_t rr[5]; | ||
uint32_t unacked; | ||
uint32_t rrr[29]; | ||
uint32_t notsent_bytes; | ||
}; |