Added support for macOS-specific kernel stuff.
This commit is contained in:
@@ -107,7 +107,7 @@ int main(int argc, char** argv) {
|
||||
if (packet.empty()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
udpClient->sendMessage(std::string(packet.begin(), packet.end()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user