From 29416e906cffaa1adc6782373844ae30e981c2cd Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Fri, 1 Apr 2011 08:07:11 -0700 Subject: [PATCH] librdmacm/man: Size of private data for accept is 196, not 160 The rdma cm header is not used on the reply. Signed-off-by: Sean Hefty --- man/rdma_accept.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/rdma_accept.3 b/man/rdma_accept.3 index c131d29e..92e1a07d 100755 --- a/man/rdma_accept.3 +++ b/man/rdma_accept.3 @@ -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) -- 2.41.0