<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.h, 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>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>net_node: fix spurious warning about using uninitialized data</title>
<updated>2017-02-12T14:06:36Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-02-12T14:06:36Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8ec2a8d2b0fc43e18abcddde788a0248c03d8050'/>
<id>urn:sha1:8ec2a8d2b0fc43e18abcddde788a0248c03d8050</id>
<content type='text'>
This is only used to load, not save
</content>
</entry>
<entry>
<title>Remove boost/foreach.cpp includes</title>
<updated>2017-01-22T22:31:34Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-22T22:31:34Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0644eed7728d3b5146ca7b53f7c50a56b02b327b'/>
<id>urn:sha1:0644eed7728d3b5146ca7b53f7c50a56b02b327b</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>p2p: always recreate a new peer id on startup</title>
<updated>2017-01-22T11:37:55Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-01-22T11:37:55Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4cdf0a35c94dac303fd703c05eb6685fc401a323'/>
<id>urn:sha1:4cdf0a35c94dac303fd703c05eb6685fc401a323</id>
<content type='text'>
This prevents easy fingerprinting when you change IPs, and
will be a must when kovri gets used.
</content>
</entry>
<entry>
<title>Add gray peer list housekeeping system</title>
<updated>2017-01-21T09:09:38Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-20T23:59:04Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=82dbeedd1bb92a6db31b2e887fee59b4382dc582'/>
<id>urn:sha1:82dbeedd1bb92a6db31b2e887fee59b4382dc582</id>
<content type='text'>
A random peer from the gray peer list is selected and a connection is
made to check if the peer is alive.

If the connection and handshake are successful the peer is promoted to
the white peer list, in case of failure the peer is evicted from the
gray peer list.

The connection is closed after the check in either case.
</content>
</entry>
<entry>
<title>Limit incoming connections from the same IP</title>
<updated>2017-01-15T11:11:27Z</updated>
<author>
<name>Miguel Herranz</name>
<email>miguel@ipglider.org</email>
</author>
<published>2017-01-14T12:21:20Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=3f269e988c9dae849208dca4167cbadbcd1ab90d'/>
<id>urn:sha1:3f269e988c9dae849208dca4167cbadbcd1ab90d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>p2p: possibly fix crash in relay_blocks</title>
<updated>2016-12-01T23:52:16Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2016-11-29T16:21:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=4adde0423bcf835418857ae496e34b45f318bba2'/>
<id>urn:sha1:4adde0423bcf835418857ae496e34b45f318bba2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add lightweight block propagation ("fluffy blocks")</title>
<updated>2016-11-09T19:24:27Z</updated>
<author>
<name>Dion Ahmetaj</name>
<email>Dion Ahmetaj</email>
</author>
<published>2016-10-26T19:00:08Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d61bd8187e170cd4ae56f5047cc172d257c26237'/>
<id>urn:sha1:d61bd8187e170cd4ae56f5047cc172d257c26237</id>
<content type='text'>
Added a new command to the P2P protocol definitions to allow querying for support flags.

Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags.

Added p2p constant for signaling fluffy block support.

Added get_pool_transaction function to cryptnote_core.

Added new commands to cryptonote protocol for relaying fluffy blocks.

Implemented handling of fluffy block command in cryptonote protocol.

Enabled fluffy block support in node initial configuration.

Implemented get_testnet function in cryptonote_core.

Made it so that fluffy blocks only run on testnet.
</content>
</entry>
</feed>
