enable SSU

This commit is contained in:
orignal 2014-02-24 19:25:26 -05:00
parent b9031c331d
commit adb6f284e8
3 changed files with 6 additions and 7 deletions

View file

@ -35,7 +35,7 @@ namespace i2p
i2p::data::RouterInfo routerInfo;
routerInfo.SetRouterIdentity (ident);
//routerInfo.AddSSUAddress ("127.0.0.1", 17007, routerInfo.GetIdentHash ());
routerInfo.AddSSUAddress ("127.0.0.1", 17007, routerInfo.GetIdentHash ());
routerInfo.AddNTCPAddress ("127.0.0.1", 17007); // TODO:
routerInfo.SetProperty ("caps", "LR");
routerInfo.SetProperty ("coreVersion", "0.9.8.1");