aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-01-29Allow the number of incoming connections to be limitedErik de Castro Lopo1-0/+1
It was already possible to limit outgoing connections. One might want to do this on home network connections with high bandwidth but low usage caps.
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-12-16cryptonote_core does not depend on p2p anymoremoneromooo-monero1-0/+65
As a followon side effect, this makes a lot of inline code included only in particular cpp files (and instanciated when necessary.