https://github.com/torvalds/linux
Raw File
Tip revision: 59a3759d0fe8d969888c741bb33f4946e4d3750d authored by Linus Torvalds on 23 May 2009, 21:47:00 UTC
Linux 2.6.30-rc7
Tip revision: 59a3759
Kconfig

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

back to top