Przeglądaj źródła

Fixed RFC number for candidate format

Paul-Louis Ageneau 1 rok temu
rodzic
commit
5885ab4e70
1 zmienionych plików z 1 dodań i 1 usunięć
  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;
 
-	// See RFC 8445 for format
+	// See RFC 8839 for format
 	std::istringstream iss(candidate);
 	string typ_;
 	if (!(iss >> mFoundation >> mComponent >> mTransportString >> mPriority &&