Set the MTU that will be requested when connecting on Android.
Other platforms negotiate the maximum MTU by default.
The actual MTU can be retrieved using getMtu() after connecting.
Parameters
mtu: number
The MTU value to request. Use 0 to skip the MTU request.
Set the MTU that will be requested when connecting on Android. Other platforms negotiate the maximum MTU by default. The actual MTU can be retrieved using
getMtu()after connecting.