Use libevent to send MTU probes.

This commit is contained in:
Guus Sliepen 2007-05-17 22:01:07 +00:00
parent ee7844905f
commit 3321591d93
3 changed files with 11 additions and 14 deletions

View file

@ -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;