tpws --disorder

This commit is contained in:
bol-van
2023-07-03 15:28:42 +03:00
parent 52af3b7906
commit 7f5fe99ad5
20 changed files with 156 additions and 51 deletions

View File

@@ -29,6 +29,7 @@ struct send_buffer
{
char *data;
size_t len,pos;
int ttl;
};
typedef struct send_buffer send_buffer_t;