mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-10 23:30:14 -04:00
add i2p support to libretroshare
This commit is contained in:
parent
a022019358
commit
c17d0e1498
10 changed files with 206 additions and 38 deletions
|
@ -63,6 +63,11 @@ const uint32_t RS_NETMODE_EXT = 0x0003;
|
|||
const uint32_t RS_NETMODE_HIDDEN = 0x0004;
|
||||
const uint32_t RS_NETMODE_UNREACHABLE = 0x0005;
|
||||
|
||||
/* Hidden Type */
|
||||
const uint32_t RS_HIDDEN_TYPE_NONE = 0x0000;
|
||||
const uint32_t RS_HIDDEN_TYPE_TOR = 0x0001;
|
||||
const uint32_t RS_HIDDEN_TYPE_I2P = 0x0002;
|
||||
|
||||
/* Visibility */
|
||||
const uint32_t RS_VS_DISC_OFF = 0x0000;
|
||||
const uint32_t RS_VS_DISC_MINIMAL = 0x0001;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue