diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml index 2021c6d963..1c3dba40f4 100644 --- a/src/docbkx/ip.xml +++ b/src/docbkx/ip.xml @@ -7,7 +7,8 @@ (User Datagram Protocol) and TCP (Transmission Control Protocol) adapters are provided. Each adapter provides for one-way communication over the underlying protocol. - In addition, a simple inbound tcp gateway is provided. + In addition, simple inbound and outbound tcp gateways are provided. These are used when two-way communication is + needed.
Introduction