Skip to main content

Tcp

Component to send and receive data using TCP.

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.