<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/net_node.h, branch v0.11.0.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.11.0.1</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.11.0.1'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-08-09T21:55:25Z</updated>
<entry>
<title>p2p: fallback on seed nodes if we can't make a connection</title>
<updated>2017-08-09T21:55:25Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-09T21:44:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=7591c528d0be464a13dcd7f39dc9906a502fbfcc'/>
<id>urn:sha1:7591c528d0be464a13dcd7f39dc9906a502fbfcc</id>
<content type='text'>
This avoids failing to connect to the network in case all
known peers are unavailable (which can happen if the peer
list is small).
</content>
</entry>
<entry>
<title>net_node: fix m_in_timedsync initialization</title>
<updated>2017-08-08T16:23:02Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-08-08T16:23:02Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e49f6d439d18163f88e82a8536f6e9f6a65a971b'/>
<id>urn:sha1:e49f6d439d18163f88e82a8536f6e9f6a65a971b</id>
<content type='text'>
This fixes nodes not being able to connect to nodes which use
recent code. While there, init peer_id too.
</content>
</entry>
<entry>
<title>Merge pull request #2149</title>
<updated>2017-08-07T13:24:58Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:24:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6db8a60a18c3678824016234b2153b4b0f0dbbdd'/>
<id>urn:sha1:6db8a60a18c3678824016234b2153b4b0f0dbbdd</id>
<content type='text'>
158c3ecf core: thread most of handle_incoming_tx (moneromooo-monero)
f57ee382 cryptonote_protocol: retry stale spans early (moneromooo-monero)
90df52e1 cryptonote_protocol: light cleanup (moneromooo-monero)
84e23156 cryptonote_protocol: avoid spurious SYNCHRONIZED OK messages (moneromooo-monero)
5be43fcd cryptonote_protocol_handler: sync speedup (moneromooo-monero)
</content>
</entry>
<entry>
<title>cryptonote_protocol_handler: sync speedup</title>
<updated>2017-08-07T08:33:04Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-02T21:41:15Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5be43fcdbad5ed034b07831473e07f47b7b10947'/>
<id>urn:sha1:5be43fcdbad5ed034b07831473e07f47b7b10947</id>
<content type='text'>
A block queue is now placed between block download and
block processing. Blocks are now requested only from one
peer (unless starved).

Includes a new sync_info coommand.
</content>
</entry>
<entry>
<title>p2p: move m_in_timedsync from connection_context to p2p_connection_context</title>
<updated>2017-08-01T17:41:57Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-29T10:17:43Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c6ba7d110fd1339ab4e8ca87c5b30dd9ef7ad758'/>
<id>urn:sha1:c6ba7d110fd1339ab4e8ca87c5b30dd9ef7ad758</id>
<content type='text'>
It's got no place in the base class as it's P2P specific field
</content>
</entry>
<entry>
<title>abstracted nework addresses</title>
<updated>2017-05-27T10:35:54Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-05-27T10:35:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=072102cfd23c47d36f4d51875026339a767f22ae'/>
<id>urn:sha1:072102cfd23c47d36f4d51875026339a767f22ae</id>
<content type='text'>
All code which was using ip and port now uses a new IPv4 object,
subclass of a new network_address class. This will allow easy
addition of I2P addresses later (and also IPv6, etc).
Both old style and new style peer lists are now sent in the P2P
protocol, which is inefficient but allows peers using both
codebases to talk to each other. This will be removed in the
future. No other subclasses than IPv4 exist yet.
</content>
</entry>
<entry>
<title>Merge pull request #1701</title>
<updated>2017-05-05T09:26:11Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-05-05T09:26:11Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ed09652a174e80cff78f0bfb9e586292d4a1575f'/>
<id>urn:sha1:ed09652a174e80cff78f0bfb9e586292d4a1575f</id>
<content type='text'>
8277e67f Add anchor connections (Miguel Herranz)
</content>
</entry>
<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>
</feed>
