Updated Home (markdown)
parent
ccbc1e1d5d
commit
0eaf8149df
1 changed files with 2 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue