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.
- NoDelay
Gets or sets a value that disables a delay when send or receive buffers are not full.
- Port
Gets or sets the port on which to listen for incoming connection attempts.