Add date code

This commit is contained in:
2025-05-10 19:57:37 -05:00
parent 21b0418926
commit d956cb1314

View File

@ -261,7 +261,7 @@ namespace Tesses::Framework::Streams {
}
typedef union {
in_addr_t addr;
uint32_t addr;
uint8_t addr_parts[4];
} my_addr_t;