「✨」 feat: added the verbose mode
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user