Added maxMessageSize to Doc

This commit is contained in:
Paul-Louis Ageneau
2021-03-31 18:14:20 +02:00
parent 77dc32da37
commit b07ebcffa4

1
DOC.md
View File

@ -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.