-
Notifications
You must be signed in to change notification settings - Fork 865
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
[docs] Improved latency description in APISocketOptions #1607
[docs] Improved latency description in APISocketOptions #1607
Conversation
in APISocketOptions
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.
Minor edits.
Co-authored-by: stevomatthews <smatthews@haivision.com>
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.
Consider changing according to the comments.
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.
Approved
This PR improves the description of latency related SRT socket options:
SRTO_LATENCY
SRTO_RCVLATENCY
SRT_PEERLATENCY
It also fixes some minor mistakes in the APISocketOptions.md.
SRTO_RCVBUF
,SRTO_SNDBUF
,SRTO_UDP_RCVBUF
).SRTO_CONGESTION
section.SRTO_MAXBW
section.Closes #1210