tcp_maxseg() has a longer codepath and does various additional
activities, which are not really necessary on a packet by packet
basis. Use tcp_fixed_maxseg() instead, to slightly improve
processing speed.
No external visible functional change.
Differential D43779
tcp: use tcp_fixed_maxseg instead of tcp_maxseg in cc modules rscheff on Feb 7 2024, 9:39 AM. Authored by Tags None Referenced Files
Details tcp_maxseg() has a longer codepath and does various additional No external visible functional change.
Diff Detail
|