Skip to content

p2p: remove unused variables: known_points_history_size, known_peer_ids_history_size

pietro requested to merge nomadic-labs/tezos:abate@p2p_remove_unsed_var into master

This MR fix a todo in the p2p code and removes two unused variables known_points_history_size and known_peer_ids_history_size.

It also add the description for the option max_known_peer_ids

Merge request reports