-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIOS-4033 Use fec packets for network probing #245
base: master
Are you sure you want to change the base?
Conversation
include/ForwardErrorCorrection.h
Outdated
maxAllowedMaskSize_ = maxAllowedMaskSize; | ||
} | ||
private: | ||
BYTE maxAllowedMaskSize_; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove ending _
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
_
suffixes removed
include/ForwardErrorCorrection.h
Outdated
public: | ||
ForwardErrorCorrection(); | ||
void EncodeFec( | ||
const std::vector<RTPPacket::shared>& media_packets, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
camelCase please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changed to camelCase
b91c280
to
db8a93d
Compare
db8a93d
to
55642f5
Compare
No description provided.