mirror of
https://github.com/hufrea/byedpi.git
synced 2024-11-20 12:25:05 +00:00
10 lines
259 B
C
10 lines
259 B
C
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;
|
|
}; |