Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IP_SCTP
has multiple definitions:
net/sctp/Kconfig
The configuration item CONFIG_IP_SCTP:
( CONFIG_INET ) && ( CONFIG_IPV6 || CONFIG_IPV6 = CONFIG_n )
sctp
Stream Control Transmission Protocol
From RFC 2960 http://www.ietf.org/rfc/rfc2960.txt.
"SCTP is a reliable transport protocol operating on top of a connectionless packet network such as IP. It offers the following services to its users:
-- acknowledged error-free non-duplicated transfer of user data, -- data fragmentation to conform to discovered path MTU size, -- sequenced delivery of user messages within multiple streams, with an option for order-of-arrival delivery of individual user messages, -- optional bundling of multiple user messages into a single SCTP packet, and -- network-level fault tolerance through supporting of multi- homing at either or both ends of an association."
To compile this protocol support as a module, choose M here: the module will be called sctp. Debug messages are handled by the kernel's dynamic debugging framework.
If in doubt, say N.
net/sctp/Kconfig
The configuration item CONFIG_IP_SCTP:
( CONFIG_INET && CONFIG_EXPERIMENTAL ) && ( CONFIG_IPV6 || CONFIG_IPV6 = CONFIG_n )
sctp
Stream Control Transmission Protocol
From RFC 2960 http://www.ietf.org/rfc/rfc2960.txt.
"SCTP is a reliable transport protocol operating on top of a connectionless packet network such as IP. It offers the following services to its users:
-- acknowledged error-free non-duplicated transfer of user data, -- data fragmentation to conform to discovered path MTU size, -- sequenced delivery of user messages within multiple streams, with an option for order-of-arrival delivery of individual user messages, -- optional bundling of multiple user messages into a single SCTP packet, and -- network-level fault tolerance through supporting of multi- homing at either or both ends of an association."
To compile this protocol support as a module, choose M here: the module will be called sctp.
If in doubt, say N.
Raw data from LKDDb:
lkddb module sctp CONFIG_IP_SCTP : net/sctp/Kconfig : "The SCTP Protocol" # in 2.5.45–2.5.75, 2.6.0–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.13
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2025). See also LKDDb sources on GitLab