-
Notifications
You must be signed in to change notification settings - Fork 873
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
Added cosmetix from the pre-group-refax #1071
Added cosmetix from the pre-group-refax #1071
Conversation
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.
- Let's extract the renaming of UDP_EPOLL_IN -> SRT_EPOLL_IN etc. into a small PR, so that we get 1 commit in master.
srtcore/api.cpp
Outdated
// connection already exist, this is a repeated connection request | ||
// respond with existing HS information | ||
// respond with existing HS information | ||
HLOGC(mglog.Debug, log |
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.
Alignment
Alright. So hold horses until I make this one. |
#1077 is handling the renames. |
#1077 is merged - updated this PR |
srtcore/epoll.cpp
Outdated
// Use "inline namespace" in C++11 | ||
namespace srt_logging |
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.
No point in this comment. For very distant future?
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.
Likely. Old times. I'll remove it, it's useless anyway.
srtcore/packet.h
Outdated
std::string MessageFlagStr() { return ""; } | ||
std::string Info() { return ""; } |
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.
return std::string()
to avoid implicit conversions?
The build needs to be fixed
|
Recommended turning off whitespace difs for review.