Home > @rainway/native > PeerOptions > minPort
PeerOptions.minPort property
The minimum port from which local UDP ports will be allocated. The default value 0
means a port will be allocated from the dynamic client port range. See https://docs.microsoft.com/en-us/windows/win32/api/winsock/nf-winsock-bind for more information.
Signature:
minPort: number;