File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 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
2
2
.SH NAME
3
3
rdma_accept \- Called to accept a connection request.
4
4
.SH SYNOPSIS
@@ -35,6 +35,9 @@ fields when accepting. Users may reference the rdma_conn_param structure in
35
35
the connection event directly, or can reference their own structure. If the
36
36
rdma_conn_param structure from an event is referenced, the event must not be
37
37
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.
38
41
.IP private_data
39
42
References a user-controlled data buffer. The contents of the buffer are
40
43
copied and transparently passed to the remote side as part of the
You can’t perform that action at this time.
0 commit comments