forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/net/kcm/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12
23 config AF_KCM
34 tristate "KCM sockets"
45 depends on INET
56 select BPF_SYSCALL
67 select STREAM_PARSER
7
- ---help---
8
+ help
89 KCM (Kernel Connection Multiplexor) sockets provide a method
910 for multiplexing messages of a message based application
1011 protocol over kernel connectons (e.g. TCP connections).