Add tos/tclass support in mud_send()

This commit is contained in:
Adrien Gallouët
2016-07-25 15:00:33 +00:00
parent ed46a3b1ea
commit c1b501bc19
2 changed files with 42 additions and 32 deletions

2
mud.h
View File

@@ -25,4 +25,4 @@ int mud_pull (struct mud *);
int mud_push (struct mud *);
int mud_recv (struct mud *, void *, size_t);
int mud_send (struct mud *, const void *, size_t);
int mud_send (struct mud *, const void *, size_t, int);