Explorar o código

Fixed RFC number for candidate format

Paul-Louis Ageneau hai 1 ano
pai
achega
5885ab4e70
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/candidate.cpp

+ 1 - 1
src/candidate.cpp

@@ -89,7 +89,7 @@ void Candidate::parse(string candidate) {
 
 
 	PLOG_VERBOSE << "Parsing candidate: " << candidate;
 	PLOG_VERBOSE << "Parsing candidate: " << candidate;
 
 
-	// See RFC 8445 for format
+	// See RFC 8839 for format
 	std::istringstream iss(candidate);
 	std::istringstream iss(candidate);
 	string typ_;
 	string typ_;
 	if (!(iss >> mFoundation >> mComponent >> mTransportString >> mPriority &&
 	if (!(iss >> mFoundation >> mComponent >> mTransportString >> mPriority &&