1
0
Fork 0
mirror of https://github.com/hufrea/byedpi.git synced 2025-03-22 01:24:07 +03:00
byedpi/desync.h

10 lines
259 B
C
Raw Normal View History

2024-03-21 01:01:36 +03:00
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;
};