diff include/endp.h @ 35:c0ce22777694

add helper functions for DSCP and socket priority
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 09 Jul 2024 01:56:26 +0000
parents fc77c3482084
children
line wrap: on
line diff
--- a/include/endp.h	Tue Jul 09 01:00:27 2024 +0000
+++ b/include/endp.h	Tue Jul 09 01:56:26 2024 +0000
@@ -98,3 +98,6 @@
 			const char *name, const char *email, const char *phone,
 			const char *loc, const char *tool, const char *note);
 int twrtp_endp_send_rtcp_rr(struct twrtp_endp *endp);
+
+int twrtp_endp_set_dscp(struct twrtp_endp *endp, uint8_t dscp);
+int twrtp_endp_set_socket_prio(struct twrtp_endp *endp, int prio);