aboutsummaryrefslogtreecommitdiff
path: root/src/netmessagemaker.h
Commit message (Collapse)AuthorAgeFilesLines
* Net: Make CNetMsgMaker more constJorge Timón2017-01-311-2/+2
|
* net: add CVectorWriter and CNetMsgMakerCory Fields2016-11-251-0/+36
CVectorWriter is useful for overwriting or appending an existing byte vector. CNetMsgMaker is a shortcut for creating messages on-the-fly which are suitable for pushing to CConnman.