Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
This commit is contained in:
@@ -621,7 +621,7 @@ public:
|
||||
_incomingPacketConcurrency = tmp;
|
||||
}
|
||||
}
|
||||
for(long t=0;t<_incomingPacketConcurrency;++t) {
|
||||
for(unsigned long t=0;t<_incomingPacketConcurrency;++t) {
|
||||
_incomingPacketThreads.push_back(std::thread([this]() {
|
||||
OneServiceIncomingPacket *pkt = nullptr;
|
||||
for(;;) {
|
||||
|
||||
Reference in New Issue
Block a user