Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[core] Fixed POST options setting on a connected group.
The list of options was unordered, hence the binary search failed to find those options.
- Loading branch information
b2d48bd
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.
D:\git\srt\srtcore\core.cpp(137): error C2078: too many initializers
counts limited by SRT_SOCKOPT_NPOST
b2d48bd
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.
@marakew Argh, missed that.
Addressed in PR #2890. Thanks!
b2d48bd
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.
b2d48bd
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.
Yes, but this symbol is there for a reason. It should just catch cases like the one you reported that are signs of problems.