mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-14 21:01:29 +00:00
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
|
|
||
|
config RDS
|
||
|
tristate "Reliable Datagram Sockets (RDS) (EXPERIMENTAL)"
|
||
|
depends on INET && INFINIBAND_IPOIB && EXPERIMENTAL
|
||
|
---help---
|
||
|
RDS provides reliable, sequenced delivery of datagrams
|
||
|
over Infiniband.
|
||
|
|
||
|
config RDS_DEBUG
|
||
|
bool "Debugging messages"
|
||
|
depends on RDS
|
||
|
default n
|
||
|
|