1RDMA_SET_OPTION(3)       Librdmacm Programmer's Manual      RDMA_SET_OPTION(3)
2
3
4

NAME

6       rdma_set_option - Set communication options for an rdma_cm_id.
7

SYNOPSIS

9       #include <rdma/rdma_cma.h>
10
11       int  rdma_set_option  (struct  rdma_cm_id  *id, int level, int optname,
12       void *optval, size_t optlen);
13

ARGUMENTS

15       id          RDMA identifier.
16
17       level       Protocol level of the option to set.
18
19       optname     Name of the option, relative to the level, to set.
20
21       optval      Reference to the option data.  The data is dependent on the
22                   level and optname.
23
24       optlen      The size of the %optval buffer.
25

DESCRIPTION

27       Sets  communication  options  for  an rdma_cm_id.  This call is used to
28       override the default system settings.
29

NOTES

31       Option details may be found in the relevent header files.
32

SEE ALSO

34       rdma_create_id(3)
35
36
37
38librdmacm                         2007-08-06                RDMA_SET_OPTION(3)
Impressum