Clean up some stuff, including a few spots where exceptions were not being handled correctly.

This commit is contained in:
Adam Ierymenko 2013-10-18 14:16:53 -04:00
parent 03b909603a
commit ca93b4a1ac
15 changed files with 42 additions and 66 deletions

View file

@ -49,9 +49,7 @@ namespace ZeroTier {
class Defaults
{
public:
Defaults()
throw(std::runtime_error);
~Defaults() {}
Defaults();
#ifdef ZT_TRACE_MULTICAST
/**