Appearance
Socket Server
Group: IO > Network
Reads and writes data to/from a socket server. All transmitted data is broadcast to all connected clients.
Parameters
Host address
- Description: IP address to bind to
- Automation reference:
Host - Type: string
Host port
- Description: Port to bind to
- Automation reference:
Port - Type: integer
Receive buffer size
- Description: Number of bytes to read from clients.
- Automation reference:
ReceiveBufferSize - Type: integer
Enable no delay
- Description: Disables Nagle's algorithm
- Automation reference:
NoDelay - Type: boolean
Output queue length
- Description: Maximum number of packets to enqueue for each client
- Automation reference:
OutputQueueSize - Type: integer