Page MenuHomeFreeBSD

icmp: do not store per-VNET identical array of strings
ClosedPublic

Authored by glebius on Mar 22 2024, 9:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 21 2024, 4:47 AM
Unknown Object (File)
Oct 19 2024, 1:07 AM
Unknown Object (File)
Oct 19 2024, 1:07 AM
Unknown Object (File)
Oct 18 2024, 11:11 PM
Unknown Object (File)
Oct 16 2024, 10:53 PM
Unknown Object (File)
Oct 3 2024, 9:11 PM
Unknown Object (File)
Oct 2 2024, 8:00 AM
Unknown Object (File)
Oct 1 2024, 7:47 AM
Subscribers

Details

Summary

We need per-VNET struct counter_rate, but we don't need per-VNET set of
const char *. Also, identical word "response" can go into the format
string instead of being stored 7 times.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable