Old Dip Tracker

Results 573 comments of Old Dip Tracker

Do you load the swf from https (or path-only) too? Could you paste your initialization code?

@scotthovestadt I have a few reservations about this request because it will on purpose break jslint (not that it passes now, but this would mean it'd never pass) just to...

@scotthovestadt I created a patch I'm willing to merge into master at f88cbdf80ecd9b84f208b6fb651ae8132b2f6ca6. Could you please verify if this solves the issue?

Hi! This will be included in the next major release.

Thank you. Assessing how to rate limit this properly.

See also: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2023-April/021562.html

All this can be protected with `-maxuploadtarget`: ``` -maxuploadtarget= Tries to keep outbound traffic under the given target (in MiB per 24h), 0 = no limit (default: 0) ```

> do we know how many node operators make use of it? Likely not enough, but we can do a recommendation.

Since per-connection limits are not capable of protecting against DDoS, the only tracking we can effectively do on a trustless p2p network is limiting the overall bytes transmitted. > wouldn't...

Update: I'm trying to create conditions to reproduce this in an integration test, to identify the root cause.