Open wangwenjunfromlanzhou opened 3 years ago
nfq.packets = make(chan NFPacket)when nfq.packets is initialization,it should have buffer.If it doesn't have buffer,when some package come at the same time,it will drop them a lot.
nfq.packets = make(chan NFPacket)
nfq.packets = make(chan NFPacket)
when nfq.packets is initialization,it should have buffer.If it doesn't have buffer,when some package come at the same time,it will drop them a lot.