Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: use
std::deque
for vSendMsg
instead of std::list
The change was introduced as an optimization in 027a852 (dash#3398) but prevents the backport of bitcoin#26844 due to the inability to engage in binary expressions with iterators of `std::list`.
- Loading branch information