aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27fix lambda compile error on openbsdmoneromooo-monero1-1/+1
2018-03-05Stagenetstoffu1-4/+6
2018-02-16options: add testnet option dependencieswhythat1-2/+6
2018-02-16options: remove testnet-* optionswhythat1-6/+3
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.