Browse Source

Added maxMessageSize to Doc

Paul-Louis Ageneau 4 years ago
parent
commit
b07ebcffa4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      DOC.md

+ 1 - 0
DOC.md

@@ -92,6 +92,7 @@ Arguments:
   - `portRangeBegin` (optional): first port (included) of the allowed local port range (0 if unused)
   - `portRangeEnd` (optional): last port (included) of the allowed local port (0 if unused)
   - `mtu` (optional): manually set the Maximum Transfer Unit (MTU) for the connection (0 if automatic)
+  - `maxMessageSize` (optional): manually set the local maximum message size for Data Channels (0 if default)
 
 Return value: the identifier of the new Peer Connection or a negative error code.