mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 23:46:14 +01:00
s/connectons/connections/ and s/message based/message-based/ Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev> Link: https://patch.msgid.link/20251116135616.106079-2-thorsten.blum@linux.dev Signed-off-by: Jakub Kicinski <kuba@kernel.org>
11 lines
328 B
Text
11 lines
328 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config AF_KCM
|
|
tristate "KCM sockets"
|
|
depends on INET
|
|
select BPF_SYSCALL
|
|
select STREAM_PARSER
|
|
help
|
|
KCM (Kernel Connection Multiplexor) sockets provide a method
|
|
for multiplexing messages of a message-based application
|
|
protocol over kernel connections (e.g. TCP connections).
|