2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-03-08 06:11:06 +08:00
|
|
|
|
|
|
|
config AF_KCM
|
|
|
|
tristate "KCM sockets"
|
|
|
|
depends on INET
|
|
|
|
select BPF_SYSCALL
|
2016-08-16 05:51:02 +08:00
|
|
|
select STREAM_PARSER
|
2016-03-08 06:11:06 +08:00
|
|
|
---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).
|