」 feat: added the verbose mode

This commit is contained in:
2025-08-17 22:30:53 +02:00
parent 3c02e153f7
commit 8c1c83229b
4 changed files with 26 additions and 8 deletions

View File

@ -17,9 +17,9 @@ extern int rx_count;
extern char *address;
extern double *times;
extern int sock;
extern bool verbose;
typedef struct {
bool verbose;
uint32_t count;
uint16_t size;
uint16_t timeout;
@ -34,7 +34,6 @@ typedef struct {
#define MAX_WAIT_TIME 5
// TODO: implement the verbose mode !!!
#define DEFAULT_VERBOSE false
#define DEFAULT_SIZE 64