comparison 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
comparison
equal deleted inserted replaced
34:fc77c3482084 35:c0ce22777694
96 96
97 int twrtp_endp_set_sdes(struct twrtp_endp *endp, const char *cname, 97 int twrtp_endp_set_sdes(struct twrtp_endp *endp, const char *cname,
98 const char *name, const char *email, const char *phone, 98 const char *name, const char *email, const char *phone,
99 const char *loc, const char *tool, const char *note); 99 const char *loc, const char *tool, const char *note);
100 int twrtp_endp_send_rtcp_rr(struct twrtp_endp *endp); 100 int twrtp_endp_send_rtcp_rr(struct twrtp_endp *endp);
101
102 int twrtp_endp_set_dscp(struct twrtp_endp *endp, uint8_t dscp);
103 int twrtp_endp_set_socket_prio(struct twrtp_endp *endp, int prio);