Class TcpServerConfiguration
Provides settings for creating and configuring an OSC communication server over TCP.
public class TcpServerConfiguration : TransportConfiguration
- Inheritance
-
TcpServerConfiguration
- Inherited Members
Properties
AllowNatTraversal
Gets or sets a value that enables or disables Network Address Translation (NAT) traversal on the TCP server.
public bool AllowNatTraversal { get; set; }
Property Value
NoDelay
Gets or sets a value that disables a delay when send or receive buffers are not full.
public bool NoDelay { get; set; }
Property Value
Port
Gets or sets the port on which to listen for incoming connection attempts.
public int Port { get; set; }