aboutsummaryrefslogtreecommitdiff
path: root/src/p2p/net_node.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-10-24Change monerod --proxy to --tx-proxyLee Clagett1-9/+9
2019-10-13p2p+rpc: don't skip p2p or rpc port bind failure by defaultxiphon1-1/+1
2019-07-17Added support for "noise" over I1P/Tor to mask Tx transmission.Lee Clagett1-7/+18
2019-07-31Add IPv6 supportThomas Winget1-2/+19
new cli options (RPC ones also apply to wallet): --p2p-bind-ipv6-address (default = "::") --p2p-bind-port-ipv6 (default same as ipv4 port for given nettype) --rpc-bind-ipv6-address (default = "::1") --p2p-use-ipv6 (default false) --rpc-use-ipv6 (default false) --p2p-require-ipv4 (default true, if ipv4 bind fails and this is true, will not continue even if ipv6 bind successful) --rpc-require-ipv4 (default true, description as above) ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except in the cases of the cli args for bind address. For those the square braces can be omitted.
2019-07-24Merge pull request #5610luigi11111-0/+1
068fa1c p2p: delay IGP probing on startup (moneromooo-monero)
2019-06-06p2p: delay IGP probing on startupmoneromooo-monero1-0/+1
We might have external access without having to do this
2019-05-10remove obsolete save_graph skeleton codemoneromooo-monero1-2/+0
2019-03-19Merge pull request #5195Riccardo Spagni1-0/+1
a54e81e5 daemon: add '--no-sync' arg to optionally disable blockchain sync (xiphon)
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2019-02-25daemon: add '--no-sync' arg to optionally disable blockchain syncxiphon1-0/+1
2019-01-30i2p: initial supportJethro Grassie1-2/+13
2019-01-28Adding initial support for broadcasting transactions over TorLee Clagett1-0/+264
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled).
2018-10-31Expose limit-rate defaults from command line helpRaskaRuby1-2/+2
2018-10-12Remove epee header dependency on cryptonote_coremoneromooo-monero1-0/+1
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.