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
x-MacBook-Pro:main apple$ sudo ./main
Password:
INFO[0000] 本机ip:172.16.238.99
INFO[0000] 内网IP范围:172.16.0.0 --- 172.16.255.255
FATA[0000] pcap打开失败:en0: (cannot open BPF device) /dev/bpf0: Too many open files
FATA[0000] pcap打开失败:en0: (cannot open BPF device) /dev/bpf0: Too many open files
The text was updated successfully, but these errors were encountered:
The maximum number of devices(bpf file descriptor) that can be created is 256 default. You can setting this using sysctl debug.bpf_maxdevices=xxx . And I will using thread pool to fix this issue.
x-MacBook-Pro:main apple$ sudo ./main
Password:
INFO[0000] 本机ip:172.16.238.99
INFO[0000] 内网IP范围:172.16.0.0 --- 172.16.255.255
FATA[0000] pcap打开失败:en0: (cannot open BPF device) /dev/bpf0: Too many open files
FATA[0000] pcap打开失败:en0: (cannot open BPF device) /dev/bpf0: Too many open files
The text was updated successfully, but these errors were encountered: