"p2p/vscode:/vscode.git/clone" did not exist on "f61f242f6990b8dac4933f07cd12bc957479e3c5"
p2p/protocol/identify: dont double count observers
If the same peer observed the same address twice, it would be double counted as different observations. This change adds a map to make sure we're counting each observer once. This is easily extended to require more than two observations, but i have not yet encountered NATs for whom this is relevant.
Please register or sign in to comment