Skip to content

Commit 5885ab4

Browse files
Fixed RFC number for candidate format
1 parent 8296892 commit 5885ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/candidate.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ void Candidate::parse(string candidate) {
8989

9090
PLOG_VERBOSE << "Parsing candidate: " << candidate;
9191

92-
// See RFC 8445 for format
92+
// See RFC 8839 for format
9393
std::istringstream iss(candidate);
9494
string typ_;
9595
if (!(iss >> mFoundation >> mComponent >> mTransportString >> mPriority &&

0 commit comments

Comments
 (0)