mirror of
https://github.com/bettercap/bettercap
synced 2025-07-10 15:23:30 -07:00
balls
This commit is contained in:
parent
90c1550a19
commit
ce3de2e0ad
2 changed files with 8 additions and 8 deletions
|
@ -23,7 +23,7 @@ func NewQueue(iface string) (*Queue, error) {
|
|||
active: true,
|
||||
}
|
||||
|
||||
q.handle, err = pcap.OpenLive(iface, 65536, true, pcap.BlockForever)
|
||||
q.handle, err = pcap.OpenLive(iface, 1024, true, pcap.BlockForever)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue