Przeglądaj źródła

Clarified comment on maxMessageSize

Paul-Louis Ageneau 4 lat temu
rodzic
commit
95440df4cf
1 zmienionych plików z 2 dodań i 2 usunięć
  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;
 };