Tcp
Component to send and receive data using TCP.
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. |