Doc for TCP receive buffer size

This commit is contained in:
Gary Russell
2010-03-16 16:22:28 +00:00
parent 44608ace66
commit 82da6be6e2

View File

@@ -453,13 +453,15 @@
</row>
<row>
<entry>receive-buffer-size</entry>
<entry>N</entry>
<entry>Y</entry>
<entry>Y</entry>
<entry></entry>
<entry>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.</entry>
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.</entry>
</row>
<row>
<entry>check-length</entry>