2
0
Эх сурвалжийг харах

Fixed missing maxMessageSize field in struct rtcConfiguration doc

Paul-Louis Ageneau 4 жил өмнө
parent
commit
9a63eb4123
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      DOC.md

+ 1 - 0
DOC.md

@@ -79,6 +79,7 @@ typedef struct {
 	uint16_t portRangeBegin;
 	uint16_t portRangeEnd;
 	int mtu;
+	int maxMessageSize;
 } rtcConfiguration;
 ```