From 82da6be6e2f09e53bc59d7e6f0af133f6481c61b Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 16 Mar 2010 16:22:28 +0000 Subject: [PATCH] Doc for TCP receive buffer size --- spring-integration-reference/src/ip.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-integration-reference/src/ip.xml b/spring-integration-reference/src/ip.xml index 7bfb98382b..6be598c190 100644 --- a/spring-integration-reference/src/ip.xml +++ b/spring-integration-reference/src/ip.xml @@ -453,13 +453,15 @@ receive-buffer-size - N + Y Y For udp, the size of the buffer used to receive DatagramPackets. Usually set to the MTU size. If a smaller buffer is used than the size of the sent packet, truncation can occur. This can be detected - by means of the check-length attribute. + by means of the check-length attribute.For tcp, the size of the + buffer used to reassemble incoming messages. Effectively the maximum + message size that can be received. check-length