Преглед изворни кода

Clarified comment on maxMessageSize

Paul-Louis Ageneau пре 4 година
родитељ
комит
95440df4cf
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      include/rtc/configuration.hpp

+ 2 - 2
include/rtc/configuration.hpp

@@ -91,10 +91,10 @@ struct RTC_CPP_EXPORT Configuration {
 	uint16_t portRangeBegin = 1024;
 	uint16_t portRangeEnd = 65535;
 
-	// MTU
+	// Network MTU
 	optional<size_t> mtu;
 
-	// Local max message size at reception
+	// Local maximum message size for Data Channels
 	optional<size_t> maxMessageSize;
 };