<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.inl, branch v0.10.3.1</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.10.3.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.10.3.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-03-18T11:40:28Z</updated>
<entry>
<title>p2p: use the fallback seed IPs when not enough seeds are found</title>
<updated>2017-03-18T11:40:28Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-03-17T23:39:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c1c9eeaaf720dd1309220e2d461677b99a42f91e'/>
<id>urn:sha1:c1c9eeaaf720dd1309220e2d461677b99a42f91e</id>
<content type='text'>
In case the DNS seed(s) is/are down, which would otherwise
cause the fallback seeds to never be used. Also if the seeds
resolve to too few IPs.
</content>
</entry>
<entry>
<title>Make gray peer selection uniform</title>
<updated>2017-02-28T16:39:39Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-02-28T16:39:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1a7e18bfdfaeaadb33341173e09b614a129f07de'/>
<id>urn:sha1:1a7e18bfdfaeaadb33341173e09b614a129f07de</id>
<content type='text'>
Prevents the system from always picking the gray peers with the most
recent last_seen.
</content>
</entry>
<entry>
<title>updated fallback nodes</title>
<updated>2017-02-21T20:40:26Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T20:40:26Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=72deb4846d1aa90ea1d61171b846173d23e301d2'/>
<id>urn:sha1:72deb4846d1aa90ea1d61171b846173d23e301d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update copyright year, fix occasional lack of newline at line end</title>
<updated>2017-02-21T17:38:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-21T17:38:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c3599fa7b94764d8f1cf7828a3f3a46067efe359'/>
<id>urn:sha1:c3599fa7b94764d8f1cf7828a3f3a46067efe359</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: add p2p bind port options from net_node</title>
<updated>2017-02-21T09:35:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-09T21:29:35Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e74b3ab5f720253f88b06de15fa1b5199e7cdeeb'/>
<id>urn:sha1:e74b3ab5f720253f88b06de15fa1b5199e7cdeeb</id>
<content type='text'>
They're now used by core to determine the data directory to use
for the txpool directory.

This fixes an assert in the core tests, which don't use the RPC
server, which normally initializes the P2P code.
</content>
</entry>
<entry>
<title>Merge pull request #1641</title>
<updated>2017-02-02T20:41:28Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-02-02T20:41:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=fcb299b4aedf1b4f465c36f2114290a0a5f3f062'/>
<id>urn:sha1:fcb299b4aedf1b4f465c36f2114290a0a5f3f062</id>
<content type='text'>
ca94d0a4 Separate data per P2P port (Miguel Herranz)
</content>
</entry>
<entry>
<title>Separate data per P2P port</title>
<updated>2017-01-28T13:16:06Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-28T00:36:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ca94d0a43c2efe174ee381b4ada0014542eccd81'/>
<id>urn:sha1:ca94d0a43c2efe174ee381b4ada0014542eccd81</id>
<content type='text'>
poolstate.bin and p2pstate.bin are stored in .bitmonero/ if the default
P2P port is being used.

If another port is used both files are stored in
.bitmonero/PORTNUMBER/.
</content>
</entry>
<entry>
<title>Replace BOOST_FOREACH with C++11 ranged for</title>
<updated>2017-01-22T20:38:10Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-22T20:38:10Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=629e3101ab54edfcadc42c6f3d7ea9c4fa3f9a93'/>
<id>urn:sha1:629e3101ab54edfcadc42c6f3d7ea9c4fa3f9a93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1609</title>
<updated>2017-01-22T16:47:43Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-22T16:47:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=add98edfc32ce402dd092a913e35ab9c91aec374'/>
<id>urn:sha1:add98edfc32ce402dd092a913e35ab9c91aec374</id>
<content type='text'>
4cdf0a35 p2p: always recreate a new peer id on startup (moneromooo-monero)
</content>
</entry>
<entry>
<title>Merge pull request #1606</title>
<updated>2017-01-22T16:43:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-01-22T16:43:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=f798a2ab85be8b128bff92ca1aae6ffafcc2f4c0'/>
<id>urn:sha1:f798a2ab85be8b128bff92ca1aae6ffafcc2f4c0</id>
<content type='text'>
f8b97aef p2p: show ban/unban logs by default again (moneromooo-monero)
</content>
</entry>
</feed>
