enable SSU2

dbus-notify
Zlatin Balevsky 2022-08-23 08:26:32 +01:00
parent 8d3759b8fd
commit 364a77b8ef
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public class Core {
routerProps.setProperty("router.sharePercentage", String.valueOf(props.sharePercentage))
routerProps.setProperty("i2cp.disableInterface", "true")
routerProps.setProperty("i2np.ntcp.nodelay", "true")
routerProps.setProperty("i2np.ssu2.enable", "true")
routerProps.setProperty("router.encType","4")
routerProps.setProperty("router.useShortTBM","true")
routerProps.setProperty("i2np.ntcp.port", i2pOptions["i2np.ntcp.port"])