Skip to content

Commit

Permalink
xfrm: config: add CONFIG_XFRM_IPTFS
Browse files Browse the repository at this point in the history
Add new Kconfig option to enable IP-TFS (RFC9347) functionality.

Signed-off-by: Christian Hopps <chopps@labn.net>
Tested-by: Antony Antony <antony.antony@secunet.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
  • Loading branch information
Christian Hopps authored and Steffen Klassert committed Dec 5, 2024
1 parent 152d00a commit ffa7948
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions net/xfrm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,22 @@ config NET_KEY_MIGRATE

If unsure, say N.

config XFRM_IPTFS
tristate "IPsec IP-TFS/AGGFRAG (RFC 9347) encapsulation support"
depends on XFRM
help
Information on the IP-TFS/AGGFRAG encapsulation can be found
in RFC 9347. This feature supports demand driven (i.e.,
non-constant send rate) IP-TFS to take advantage of the
AGGFRAG ESP payload encapsulation. This payload type
supports aggregation and fragmentation of the inner IP
packet stream which in turn yields higher small-packet
bandwidth as well as reducing MTU/PMTU issues. Congestion
control is unimplementated as the send rate is demand driven
rather than constant.

If unsure, say N.

config XFRM_ESPINTCP
bool

Expand Down

0 comments on commit ffa7948

Please sign in to comment.