1
0
Fork 0
mirror of https://github.com/hufrea/byedpi.git synced 2025-03-15 21:38:49 +03:00
byedpi/desync.h

10 lines
No EOL
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;
};