Tcp
Provide reliable TCP networking capabilities for connection-oriented data transmission. Supports both server mode (listening for incoming connections) and client mode (connecting to remote hosts). Handles connection establishment, reliable data delivery, and connection teardown. Can be configured for application-facing traffic or inter-pipeline communication, making it essential for reliable network communication.
Tags: NETWORKING
, IO
, INGRESS
, EGRESS
Field | Type | Optional | Description | Default Value |
---|---|---|---|---|
Input | String | Yes | ||
Output | String | Yes | ||
Listen Address | String | Yes | Address to listen for incoming connections (Cannot be used together with remote address). | 127.0.0.1.1234 |
Remote Address | String | Yes | Remote address to send packets to (Cannot be used together with listen address). | 10.0.0.1:1234 |
Application Facing | Bool | No | Determintes if the TCP component should treat the read data as data read from a application and not another Plumr TCP component. |