Commit e6171cfd authored by Dominik Charousset's avatar Dominik Charousset

Clarify documentation of subnet length

parent 115830b1
...@@ -40,7 +40,7 @@ public: ...@@ -40,7 +40,7 @@ public:
return address_; return address_;
} }
/// Returns the prefix length of the netmask. /// Returns the prefix length of the netmask in bits.
inline uint8_t prefix_length() const noexcept { inline uint8_t prefix_length() const noexcept {
return prefix_length_; return prefix_length_;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment