mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-14 13:58:38 +00:00
Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
file doc/qos.tex has been updated to document the new functionality. (issue #9540, patch submitted by IgorG) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@62457 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -73,7 +73,7 @@ struct ast_frame *ast_udptl_read(struct ast_udptl *udptl);
|
||||
|
||||
int ast_udptl_fd(struct ast_udptl *udptl);
|
||||
|
||||
int ast_udptl_settos(struct ast_udptl *udptl, int tos);
|
||||
int ast_udptl_setqos(struct ast_udptl *udptl, int tos, int cos);
|
||||
|
||||
void ast_udptl_set_m_type(struct ast_udptl* udptl, int pt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user