Use libevent to send MTU probes.
This commit is contained in:
parent
ee7844905f
commit
3321591d93
3 changed files with 11 additions and 14 deletions
|
|
@ -80,7 +80,7 @@ typedef struct node_t {
|
|||
length_t minmtu; /* Probed minimum MTU */
|
||||
length_t maxmtu; /* Probed maximum MTU */
|
||||
int mtuprobes; /* Number of probes */
|
||||
tevent_t *mtuevent; /* Probe event */
|
||||
struct event mtuevent; /* Probe event */
|
||||
} node_t;
|
||||
|
||||
extern struct node_t *myself;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue