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