File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,22 @@ config NET_KEY_MIGRATE
135
135
136
136
If unsure, say N.
137
137
138
+ config XFRM_IPTFS
139
+ tristate "IPsec IP-TFS/AGGFRAG (RFC 9347) encapsulation support"
140
+ depends on XFRM
141
+ help
142
+ Information on the IP-TFS/AGGFRAG encapsulation can be found
143
+ in RFC 9347. This feature supports demand driven (i.e.,
144
+ non-constant send rate) IP-TFS to take advantage of the
145
+ AGGFRAG ESP payload encapsulation. This payload type
146
+ supports aggregation and fragmentation of the inner IP
147
+ packet stream which in turn yields higher small-packet
148
+ bandwidth as well as reducing MTU/PMTU issues. Congestion
149
+ control is unimplementated as the send rate is demand driven
150
+ rather than constant.
151
+
152
+ If unsure, say N.
153
+
138
154
config XFRM_ESPINTCP
139
155
bool
140
156
You can’t perform that action at this time.
0 commit comments