You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do not send cancel message to peer that sent block (#784)
* do not send CANCEL to peer we got block from
The serving peer cleans the client's wantlint after serving the block, making sending CANCEL to the serving peer redundant. So, exclude the serving peer when sending cancels after receiving a block.
Closes#694
Copy file name to clipboardexpand all lines: CHANGELOG.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The following emojis are used to highlight certain changes:
19
19
-`gateway` Support for custom DNSLink / DoH resolvers on `localhost` to simplify integration with non-ICANN DNS systems [#645](https://github.com/ipfs/boxo/pull/645)
20
20
21
21
### Changed
22
+
- Do not send CANCEL to peer that block was received from, as this is redundant. [#784](https://github.com/ipfs/boxo/pull/784)
22
23
23
24
-`gateway` The default DNSLink resolver for `.eth` TLD changed to `https://dns.eth.limo/dns-query`[#781](https://github.com/ipfs/boxo/pull/781)
24
25
-`gateway` The default DNSLink resolver for `.crypto` TLD changed to `https://resolver.unstoppable.io/dns-query`[#782](https://github.com/ipfs/boxo/pull/782)
0 commit comments