cost for published SSU2 address

This commit is contained in:
orignal 2022-04-02 14:32:26 -04:00
parent 82f9585b7a
commit f5f282af97
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ namespace data
const uint8_t COST_NTCP2_PUBLISHED = 3;
const uint8_t COST_NTCP2_NON_PUBLISHED = 14;
const uint8_t COST_SSU2_DIRECT = 8;
const uint8_t COST_SSU_DIRECT = 9;
const uint8_t COST_SSU_THROUGH_INTRODUCERS = 11;
const uint8_t COST_SSU2_NON_PUBLISHED = 15;