autottl, datanoack, oob, postnat

This commit is contained in:
bol-van
2024-03-02 17:53:37 +03:00
parent 2157fed592
commit 8a161f1f49
48 changed files with 597 additions and 249 deletions

View File

@@ -30,7 +30,7 @@ struct send_buffer
{
uint8_t *data;
size_t len,pos;
int ttl;
int ttl, flags;
};
typedef struct send_buffer send_buffer_t;