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
test.c
View File

@@ -85,7 +85,7 @@ main(int argc, char **argv)
// we can safely call mud_send()
// even if the link is not ready
int r = mud_send(mud, argv[1], strlen(argv[1]), 0);
int r = mud_send(mud, argv[1], strlen(argv[1]));
if (r == -1) {
if (errno == EAGAIN)