Rest of software updater, ready to test...

This commit is contained in:
Adam Ierymenko
2013-12-10 15:30:53 -08:00
parent 612c17240a
commit bf0da9f2f7
10 changed files with 361 additions and 11 deletions

View File

@ -122,13 +122,18 @@ static inline std::map< Address,Identity > _mkUpdateAuth()
return ua;
}
static inline std::string _mkUpdateUrl()
{
}
Defaults::Defaults() :
#ifdef ZT_TRACE_MULTICAST
multicastTraceWatcher(ZT_TRACE_MULTICAST),
#endif
defaultHomePath(_mkDefaultHomePath()),
supernodes(_mkSupernodeMap()),
updateAuthorities(_mkUpdateAuth())
updateAuthorities(_mkUpdateAuth()),
updateLatestNfoURL(_mkUpdateUrl())
{
}