Updated Home (markdown)

ScrumpyJack 2015-12-23 10:22:47 +00:00
parent ccbc1e1d5d
commit 0eaf8149df

@ -2,7 +2,7 @@
## A few bits of information I found useful
### From src/Utils.cpp
### Hermes logic (from src/Utils.cpp)
decide whether a triplet should be greylisted or not basically it follows this diagram:
@ -121,7 +121,7 @@ The above options can be translated as follows:
* If the tripet is seen again within 5 minutes of initial connection, it will be greylisted again.
* If the tripet is seen again after 5 minutes of initial connection, it will pass unhindered, and will subsequently pass unhindered for the next 36 days.
### From src/hermes.cpp
### Stats Submission (from src/hermes.cpp)
<pre>s.connect("stats.hermes-project.com",11125);</pre>