We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4054f9c commit a59a8a4Copy full SHA for a59a8a4
1 file changed
api/net/ip4/addr.hpp
@@ -323,6 +323,7 @@ struct Addr {
323
{ return part(3) == 127; }
324
325
/**
326
+ * @note: The class E range 240/4 for "future use" is not included here
327
* RFC-5771 defining multicast address range from 224.0.0.0 to 239.255.255.255
328
*/
329
bool is_multicast() const noexcept
0 commit comments