Apply TC on all packets

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-12-16 15:59:34 +00:00
parent 9abb50a7e2
commit 137971e957
3 changed files with 13 additions and 13 deletions

2
mud.h
View File

@@ -95,6 +95,6 @@ int mud_set_state (struct mud *, struct sockaddr *, enum mud_state,
int mud_peer (struct mud *, struct sockaddr *);
int mud_recv (struct mud *, void *, size_t);
int mud_send (struct mud *, const void *, size_t, unsigned);
int mud_send (struct mud *, const void *, size_t);
struct mud_path *mud_get_paths(struct mud *, unsigned *);