Added support for macOS-specific kernel stuff.

This commit is contained in:
2025-12-08 17:01:41 +01:00
parent 842752cd88
commit b50b594d68
3 changed files with 106 additions and 17 deletions

View File

@@ -107,7 +107,7 @@ int main(int argc, char** argv) {
if (packet.empty()) {
continue;
}
udpClient->sendMessage(std::string(packet.begin(), packet.end()));
}