2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-07 14:11:06 -08:00
|
|
|
|
|
|
|
config AF_KCM
|
|
|
|
tristate "KCM sockets"
|
|
|
|
depends on INET
|
|
|
|
select BPF_SYSCALL
|
2016-08-15 14:51:02 -07:00
|
|
|
select STREAM_PARSER
|
2020-06-14 01:50:22 +09:00
|
|
|
help
|
2016-03-07 14:11:06 -08:00
|
|
|
KCM (Kernel Connection Multiplexor) sockets provide a method
|
|
|
|
for multiplexing messages of a message based application
|
|
|
|
protocol over kernel connectons (e.g. TCP connections).
|