From 2a0944dc5e0e64290b8dfca332e6d5645c25b12e Mon Sep 17 00:00:00 2001 From: Sean Hefty Date: Tue, 27 May 2014 11:43:05 -0700 Subject: [PATCH] librdmacm: Update rdma_accept man page Document NULL conn_param parameter for rdma_accept. Signed-off-by: Sean Hefty --- man/rdma_accept.3 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/man/rdma_accept.3 b/man/rdma_accept.3 index 92e1a07d..0859fac6 100644 --- a/man/rdma_accept.3 +++ b/man/rdma_accept.3 @@ -1,4 +1,4 @@ -.TH "RDMA_ACCEPT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm +.TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm .SH NAME rdma_accept \- Called to accept a connection request. .SH SYNOPSIS @@ -35,6 +35,9 @@ fields when accepting. Users may reference the rdma_conn_param structure in the connection event directly, or can reference their own structure. If the rdma_conn_param structure from an event is referenced, the event must not be acked until after this call returns. +.P +If the conn_param parameter is NULL, the values reported in the connection +request event are used, adjusted down based on local hardware restrictions. .IP private_data References a user-controlled data buffer. The contents of the buffer are copied and transparently passed to the remote side as part of the -- 2.46.0