Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
RouterInfo: add low bandwidth to private caps setter
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimal committed Apr 22, 2017
1 parent 8db6d07 commit 74fde48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/core/router/info.cc
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,10 @@ void RouterInfo::SetCaps(const std::string& caps)
case CapFlag::HighBandwidth4:
m_Caps |= Cap::HighBandwidth;
break;
// TODO(anonimal): Low bandwidth!?
case CapFlag::LowBandwidth1:
case CapFlag::LowBandwidth2:
// TODO(anonimal): implement!
break;
case CapFlag::Hidden:
m_Caps |= Cap::Hidden;
break;
Expand Down

0 comments on commit 74fde48

Please sign in to comment.