Skip to main content

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

FieldTypeOptionalDescriptionDefault Value
InputStringYes
OutputStringYes
Listen AddressStringYesAddress to listen for incoming connections (Cannot be used together with remote address).127.0.0.1.1234
Remote AddressStringYesRemote address to send packets to (Cannot be used together with listen address).10.0.0.1:1234
Application FacingBoolNoDetermintes if the TCP component should treat the read data as data read from a application and not another Plumr TCP component.