diff --git a/src/docbkx/ip.xml b/src/docbkx/ip.xml
index 1c3dba40f4..2693af65c0 100644
--- a/src/docbkx/ip.xml
+++ b/src/docbkx/ip.xml
@@ -536,7 +536,9 @@
number of concurrent connections supported by the adapter. For tcp,
using nio, specifies the number of tcp fragments that are concurrently
reassembled into complete messages.
- Only applies if task-executor is not configured. Defaults to 5.
+ It only applies in this sense if task-executor is not configured.
+ However, pool-size is also used for the server socket backlog,
+ regardless of whether an external task executor is used. Defaults to 5.
task-executor
@@ -677,8 +679,10 @@
pool-size
Specifies the number of concurrent connections supported
- by the gateway.
- Only applies if task-executor is not configured. Defaults to 5.
+ by the gateway. A thread from the pool is used to handle each socket.
+ It only applies in this sense if task-executor is not configured.
+ However, pool-size is also used for the server socket backlog,
+ regardless of whether an external task executor is used. Defaults to 5.
task-executor