mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
e446a2760f
Several files have extra line at end of file. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
293 B
Text
10 lines
293 B
Text
|
|
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 connectons (e.g. TCP connections).
|