Skip to content

arp_table: use size_t to index arrays.

Like the title says, use size_t instead of int to iterate through arrays. Not performance critical, just a minor cleanup.

Merge request reports

Loading