TsgcTURNServerProperties › Port

Port Eigenschap

UDP-poort waarop de TURN-server luistert; standaard 3478 zoals gereserveerd door RFC 5766.

Syntaxis

property Port: Integer read GetPort write SetPort;

Standaardwaarde

Opmerkingen

Port is the UDP port on which de server accepts client requests: Binding Requests, ALLOCATE, REFRESH, CREATE-PERMISSION, CHANNEL-BIND, Send-Indication and ChannelData messages alle arrive on this port. RFC 5766 reserves 3478 for plain TURN/UDP and 5349 for TURN over TLS; use a anders value only when the implementatie expliciet requires it. Relay sockets assigned to elk Allocation use a separate, ephemeral port taken from the TURNOptions.Allocation.MinPort–MaxPort range and are unrelated to this value. Changes to Port while de server is actief require a restart (Active = False / True) to take effect.

Voorbeeld

oTURN.Port := 3478;
oTURN.Active := True;

Terug naar eigenschappen