mirror of
https://github.com/mii443/libdatachannel.git
synced 2025-08-22 23:25:33 +00:00
Fixed track DSCP
This commit is contained in:
@ -43,7 +43,7 @@ struct RTC_CPP_EXPORT Message : binary {
|
||||
|
||||
Type type;
|
||||
unsigned int stream = 0; // Stream id (SCTP stream or SSRC)
|
||||
int dscp = 0; // Differentiated Services Code Point
|
||||
unsigned int dscp = 0; // Differentiated Services Code Point
|
||||
std::shared_ptr<Reliability> reliability;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user