Kconfig 294 字节
Newer Older
1 2 3 4 5

config AF_KCM
	tristate "KCM sockets"
	depends on INET
	select BPF_SYSCALL
T
Tom Herbert 已提交
6
	select STREAM_PARSER
7 8 9 10 11
	---help---
	  KCM (Kernel Connection Multiplexor) sockets provide a method
	  for multiplexing messages of a message based application
	  protocol over kernel connectons (e.g. TCP connections).