You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
349 B
14 lines
349 B
|
|
config RDS
|
|
tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
|
|
depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
|
|
depends on INFINIBAND && INFINIBAND_ADDR_TRANS
|
|
---help---
|
|
RDS provides reliable, sequenced delivery of datagrams
|
|
over Infiniband.
|
|
|
|
config RDS_DEBUG
|
|
bool "Debugging messages"
|
|
depends on RDS
|
|
default n
|
|
|
|
|