exclude hidden routers from tunnels

This commit is contained in:
orignal 2014-06-18 10:41:59 -04:00
parent ebd64c9337
commit b95caaf219
4 changed files with 12 additions and 7 deletions

View file

@ -214,7 +214,10 @@ namespace data
break;
case 'C':
m_Caps |= Caps::eSSUIntroducer;
break;
break;
case 'H':
m_Caps |= Caps::eHidden;
break;
default: ;
}
cap++;