Implement IPv6 support

This commit is contained in:
Cameron Gutman
2023-08-26 14:10:29 -05:00
parent 7662fe8616
commit 62a5cd959a
10 changed files with 214 additions and 27 deletions

View File

@@ -155,6 +155,8 @@ namespace config {
} cmd;
std::uint16_t port;
std::string address_family;
std::string log_file;
std::vector<prep_cmd_t> prep_cmds;