AkihiroSuda / go-netfilter-queue

Go bindings for libnetfilter_queue (Forked from openshift/geard)
Apache License 2.0
109 stars 43 forks source link

nfq.packets should have buffer #12

Open wangwenjunfromlanzhou opened 3 years ago

wangwenjunfromlanzhou commented 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.