Skip to content

Commit 2a0944d

Browse files
committed
librdmacm: Update rdma_accept man page
Document NULL conn_param parameter for rdma_accept. Signed-off-by: Sean Hefty <[email protected]>
1 parent 386b97e commit 2a0944d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

man/rdma_accept.3

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "RDMA_ACCEPT" 3 "2007-10-31" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
1+
.TH "RDMA_ACCEPT" 3 "2014-05-27" "librdmacm" "Librdmacm Programmer's Manual" librdmacm
22
.SH NAME
33
rdma_accept \- Called to accept a connection request.
44
.SH SYNOPSIS
@@ -35,6 +35,9 @@ fields when accepting. Users may reference the rdma_conn_param structure in
3535
the connection event directly, or can reference their own structure. If the
3636
rdma_conn_param structure from an event is referenced, the event must not be
3737
acked until after this call returns.
38+
.P
39+
If the conn_param parameter is NULL, the values reported in the connection
40+
request event are used, adjusted down based on local hardware restrictions.
3841
.IP private_data
3942
References a user-controlled data buffer. The contents of the buffer are
4043
copied and transparently passed to the remote side as part of the

0 commit comments

Comments
 (0)