<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/p2p/network_throttle.hpp, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2017-12-16T23:28:43Z</updated>
<entry>
<title>move connection_basic and network_throttle from src/p2p to epee</title>
<updated>2017-12-16T23:28:43Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-11-29T19:30:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=bb89ae8b2058d98a764f24e17e6c58089dd548f0'/>
<id>urn:sha1:bb89ae8b2058d98a764f24e17e6c58089dd548f0</id>
<content type='text'>
These even had the epee namespace.
This fixes some ugly circular dependencies.
</content>
</entry>
<entry>
<title>Corrections in rate limiting / trottle code, especially in 'out' direction</title>
<updated>2017-11-28T20:18:01Z</updated>
<author>
<name>rbrunner7</name>
<email>rbrunner@dreamshare.ch</email>
</author>
<published>2017-11-26T14:26:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cf5f62361682877a08b246a0d04827c5c4cc30f5'/>
<id>urn:sha1:cf5f62361682877a08b246a0d04827c5c4cc30f5</id>
<content type='text'>
Deleted 3 out of 4 calls to method connection_basic::sleep_before_packet
that were erroneous / superfluous, which enabled the elimination of a
"fudge" factor of 2.1 in connection_basic::set_rate_up_limit;
also ended the multiplying of limit values and numbers of bytes
transferred by 1024 before handing them over to the global throttle
objects
</content>
</entry>
<entry>
<title>Merge pull request #2234</title>
<updated>2017-08-07T13:13:07Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2017-08-07T13:13:07Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ea46a5527a26eab8dbf664396c8186031b7d50b3'/>
<id>urn:sha1:ea46a5527a26eab8dbf664396c8186031b7d50b3</id>
<content type='text'>
214fd81e some include cleanup (moneromooo-monero)
</content>
</entry>
<entry>
<title>network_throttle: remove unneeded heap allocations</title>
<updated>2017-08-01T17:47:05Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-27T11:04:31Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=41f935ddb2e2d5dbe3da05794ba4f74a84311cfb'/>
<id>urn:sha1:41f935ddb2e2d5dbe3da05794ba4f74a84311cfb</id>
<content type='text'>
This will keep leak traces less noisy, as those were one off
allocations that were technically leaking.
</content>
</entry>
<entry>
<title>some include cleanup</title>
<updated>2017-07-31T15:36:52Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2017-07-31T15:36:52Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=214fd81e9362f183603bacdb671e06192dcb5808'/>
<id>urn:sha1:214fd81e9362f183603bacdb671e06192dcb5808</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>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>Use boost::thread instead of std::thread</title>
<updated>2016-03-11T15:09:50Z</updated>
<author>
<name>Howard Chu</name>
<email>hyc@symas.com</email>
</author>
<published>2016-03-11T12:25:28Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b937a2c915861900d047d4d4a24af31c454e3540'/>
<id>urn:sha1:b937a2c915861900d047d4d4a24af31c454e3540</id>
<content type='text'>
and all other associated IPC
</content>
</entry>
<entry>
<title>updated copyright year</title>
<updated>2015-12-31T06:39:56Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-12-31T06:39:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=de0392685063d93dbdad3a6b1a2712eaf94dd51a'/>
<id>urn:sha1:de0392685063d93dbdad3a6b1a2712eaf94dd51a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaning up, removing redundant files, renaming, fixing incorrect licenses</title>
<updated>2015-05-31T11:40:18Z</updated>
<author>
<name>Riccardo Spagni</name>
<email>ric@spagni.net</email>
</author>
<published>2015-05-31T11:40:18Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e01d32e52d862d590ec23a17d3460066639a3803'/>
<id>urn:sha1:e01d32e52d862d590ec23a17d3460066639a3803</id>
<content type='text'>
</content>
</entry>
</feed>
