]> git.openfabrics.org - ~shefty/librdmacm.git/commitdiff
librdmacm/man: Size of private data for accept is 196, not 160
authorSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 15:07:11 +0000 (08:07 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 15:07:11 +0000 (08:07 -0700)
The rdma cm header is not used on the reply.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/rdma_accept.3

index c131d29ea761bb6cd17c1af56baa4d8d878a55b9..92e1a07db5c1d1e268f4039f86dd4a6be0fb202d 100755 (executable)
@@ -85,7 +85,7 @@ the locally used HCA.
 .P
 The RNR retry count is a 3-bit value.
 .P
-The length of the private data provided by the user is limited to 160 bytes
+The length of the private data provided by the user is limited to 196 bytes
 for RDMA_PS_TCP, or 136 bytes for RDMA_PS_UDP.
 .SH "SEE ALSO"
 rdma_listen(3), rdma_reject(3), rdma_get_cm_event(3)