From 08d7b8c90e8561769fb0be3bbc761b19fe8a02e3 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 13 Jul 2010 18:48:41 +0000 Subject: [PATCH] Doc Fix - TCP intro didn't talk about ob gateway --- src/docbkx/ip.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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