You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.