Various other fixes including removal of more mem*() issues and netlink fixes for AARCH64.
This commit is contained in:
parent
d5ac8512e3
commit
d81549a7b1
5 changed files with 74 additions and 59 deletions
|
@ -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(;;) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue