summaryrefslogtreecommitdiff
path: root/net/rds/Kconfig
blob: 63bd370ab6eedc825370fc0427aa3d271ee6a09c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

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