Closed yaoxinliu closed 4 years ago
As per the definition of IPv4 private network, m_bytes[1] & 0xC0 should be m_bytes[1] & 0xF0
m_bytes[1] & 0xC0
m_bytes[1] & 0xF0
Thanks for the fix!
As per the definition of IPv4 private network,
m_bytes[1] & 0xC0
should bem_bytes[1] & 0xF0