We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8296892 commit 5885ab4Copy full SHA for 5885ab4
src/candidate.cpp
@@ -89,7 +89,7 @@ void Candidate::parse(string candidate) {
89
90
PLOG_VERBOSE << "Parsing candidate: " << candidate;
91
92
- // See RFC 8445 for format
+ // See RFC 8839 for format
93
std::istringstream iss(candidate);
94
string typ_;
95
if (!(iss >> mFoundation >> mComponent >> mTransportString >> mPriority &&
0 commit comments