<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dht.git/src/routing.c, branch peer_table</title>
<subtitle>BitTorrent DHT peer
</subtitle>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/'/>
<entry>
<title>Remove the routing table rebuild</title>
<updated>2025-05-10T09:48:45+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-10T09:48:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=444d0b3b783e458a3a55ffa19209ae6e8c86efc2'/>
<id>444d0b3b783e458a3a55ffa19209ae6e8c86efc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rebuild the rounting table on startup</title>
<updated>2025-05-10T09:43:31+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-10T09:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=f93e2d4de6e8140276ce84d173bfb80acaf45830'/>
<id>f93e2d4de6e8140276ce84d173bfb80acaf45830</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Transfer the id after loading it</title>
<updated>2025-05-07T21:01:47+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-07T21:01:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=d230c01c0609529332eb72ae1b65f0ddddd515a0'/>
<id>d230c01c0609529332eb72ae1b65f0ddddd515a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reset the expire time of routing table on startup</title>
<updated>2025-05-06T17:31:48+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-06T17:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=63a28d5951594455e050ea3a68ab5b63cb093964'/>
<id>63a28d5951594455e050ea3a68ab5b63cb093964</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some check for expiry time</title>
<updated>2025-05-04T13:09:55+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-04T13:09:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=222bd168e7be37a662ed8281db1a9b32f0cca7d2'/>
<id>222bd168e7be37a662ed8281db1a9b32f0cca7d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor lookup init and add routing table metric</title>
<updated>2025-05-03T22:39:13+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-05-03T22:39:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=2c4af77f5f7231b560c344ccaff3cc73f0d616e9'/>
<id>2c4af77f5f7231b560c344ccaff3cc73f0d616e9</id>
<content type='text'>
I think it would be nice to see the detailed routing table occupancy.
I've added a metric that exposes the current occupancy of each bucket.
That should provide me some insight into the current distribution of
nodes and if we need to find a way to keep the closer buckets alive.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think it would be nice to see the detailed routing table occupancy.
I've added a metric that exposes the current occupancy of each bucket.
That should provide me some insight into the current distribution of
nodes and if we need to find a way to keep the closer buckets alive.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reformat target generation</title>
<updated>2025-04-15T12:48:55+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-15T12:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=78a6d2ec1fb9c61cda1a8bcdc3843b159cdd850c'/>
<id>78a6d2ec1fb9c61cda1a8bcdc3843b159cdd850c</id>
<content type='text'>
I think this reads nicer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this reads nicer
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a docker container</title>
<updated>2025-04-12T13:22:20+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-12T10:25:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=f15040b30fd7aea7141aa12b369036a82a69ff72'/>
<id>f15040b30fd7aea7141aa12b369036a82a69ff72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Add prometheus monitoring</title>
<updated>2025-04-12T08:21:20+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-12T08:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=094343162360e97cb2e190d0dcd293038568b39e'/>
<id>094343162360e97cb2e190d0dcd293038568b39e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prometheus monitoring</title>
<updated>2025-04-12T08:21:20+00:00</updated>
<author>
<name>Jesper Jensen</name>
<email>jesper@jnsn.dev</email>
</author>
<published>2025-04-12T07:35:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.jnsn.dev/cgit/dht.git/commit/?id=04c5b9d5ef4723d469ea3472012787a8e2a5bdbd'/>
<id>04c5b9d5ef4723d469ea3472012787a8e2a5bdbd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
