Table of Contents

Class TcpServerConfiguration

Namespace
Bonsai.Osc.Net
Assembly
Bonsai.Osc.dll

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

bool

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

bool

Port

Gets or sets the port on which to listen for incoming connection attempts.

public int Port { get; set; }

Property Value

int