浏览代码

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;
 };