3 tristate "The Reliable Datagram Sockets Protocol"
6 The RDS (Reliable Datagram Sockets) protocol provides reliable,
7 sequenced delivery of datagrams over Infiniband or TCP.
10 tristate "RDS over Infiniband"
11 depends on RDS && INFINIBAND && INFINIBAND_ADDR_TRANS
13 Allow RDS to use Infiniband as a transport.
14 This transport supports RDMA operations.
17 tristate "RDS over TCP"
19 depends on IPV6 || !IPV6
21 Allow RDS to use TCP as a transport.
22 This transport does not support RDMA operations.
25 bool "RDS debugging messages"