HomePhabricator

net: push only raw data into CConnman

Description

net: push only raw data into CConnman

This fixes one of the last major layer violations in the networking stack.

The network side is no longer in charge of message serialization, so it is now
decoupled from Bitcoin structures. Only the header is serialized and attached
to the payload.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Nov 11 2016, 01:17
deadalnixPushed on May 14 2017, 22:04
Parents
rABC2ec935dcaab9: net: add CVectorWriter and CNetMsgMaker
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABCc7be56dceff6: net: push only raw data into CConnman (authored by Cory Fields <cory-nospam-@coryfields.com>).Nov 25 2016, 17:37