<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/contrib/otshell_utils/utils.hpp, branch v0.9.2</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.9.2</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.9.2'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2016-03-11T15:09:50Z</updated>
<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>Utils: use const, document dbg. Less default debug</title>
<updated>2015-04-02T11:58:38Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-04-02T11:58:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=391c7f9612a9862f699165ab26390d5253807834'/>
<id>urn:sha1:391c7f9612a9862f699165ab26390d5253807834</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remerged; commands JSON. logging upgrade. doxygen</title>
<updated>2015-04-01T17:00:45Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-04-01T17:00:45Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=c511abf0058b8c1d020255faaad418b0ffd2eb26'/>
<id>urn:sha1:c511abf0058b8c1d020255faaad418b0ffd2eb26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2014 network limit 1.3 fix log/path/data +utils</title>
<updated>2015-02-24T19:12:56Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-02-24T19:12:56Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0198ffb2201e6e089aa385f80a1407e450a9856b'/>
<id>urn:sha1:0198ffb2201e6e089aa385f80a1407e450a9856b</id>
<content type='text'>
+toc -doc -drmonero

Fixed the windows path, and improved logging and data
(for graph) logging, fixed some locks and added more checks.

Still there is a locking error,
not added by my patches, but present in master version
(locking of map/list of peers).
</content>
</entry>
<entry>
<title>2014 network limit 1.2 +utils +toc -doc -drmonero</title>
<updated>2015-02-20T21:28:03Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-02-20T21:28:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=ae2a50659f7dc74a5446a0dc3a5f8f78563b9e1f'/>
<id>urn:sha1:ae2a50659f7dc74a5446a0dc3a5f8f78563b9e1f</id>
<content type='text'>
new update of the pr with network limits

more debug options:
discarding downloaded blocks all or after given height.
trying to trigger the locking errors.

debug levels polished/tuned to sane values.
debug/logging improved.

warning: this pr should be correct code, but it could make
an existing (in master version) locking error appear more often.

it's a race on the list (map) of peers, e.g. between closing/deleting
them versus working on them in net-limit sleep in sending chunk.

the bug is not in this code/this pr, but in the master version.

the locking problem of master will be fixed in other pr.

problem is ub, and in practice is seems to usually cause program abort
(tested on debian stable with updated gcc). see --help for option
to add sleep to trigger the error faster.
</content>
</entry>
<entry>
<title>2014 network limit 1.1 +utils +toc -doc -drmonero</title>
<updated>2015-02-20T21:13:00Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-02-12T19:59:39Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ce4256e3d6ff2e1595750e3875865089e20a03b'/>
<id>urn:sha1:5ce4256e3d6ff2e1595750e3875865089e20a03b</id>
<content type='text'>
Update of the PR with network limits

works very well for all speeds
(but remember that low download speed can stop upload
because we then slow down downloading of blockchain
requests too)

more debug options

fixed pedantic warnings in our code
should work again on Mac OS X and FreeBSD
fixed warning about size_t
tested on Debian, Ubuntu, Windows(testing now)

TCP options and ToS (QoS) flag
FIXED peer number limit
FIXED some spikes in ingress/download
FIXED problems when other up and down limit
</content>
</entry>
<entry>
<title>2014 network limit 1.0a +utils +toc -doc -drmonero</title>
<updated>2015-02-20T21:13:00Z</updated>
<author>
<name>rfree2monero</name>
<email>rfreemonero@op.pl</email>
</author>
<published>2015-01-05T19:30:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=eabb519605cab00dbaa5a1868d229f09c74570a6'/>
<id>urn:sha1:eabb519605cab00dbaa5a1868d229f09c74570a6</id>
<content type='text'>
commands and options for network limiting
works very well e.g. for 50 KiB/sec up and down
ToS (QoS) flag
peer number limit
TODO some spikes in ingress/download
TODO problems when other up and down limit
added "otshell utils" - simple logging (with colors, text files channels)
</content>
</entry>
</feed>
