interface enp36s0: send: No buffer space available
- Dominant language
- Go
- Stars
- 6.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I'm testing the `arpscan.go` in the `examples` folder.
I get this issue:
```bash
$ sudo ./arpscan
2023/02/05 12:34:49 interface wlp0s20f3: no good IP network found
2023/02/05 12:34:49 interface lo: skipping localhost
2023/02/05 12:34:49 Using network range 192.168.1.2/24 for interface enp36s0
2023/02/05 12:34:49 error writing packets on enp36s0: send: No buffer space available
2023/02/05 12:34:49 interface enp36s0: send: No buffer space available
```
Am I doing something wrong? How can I fix this issue?
Here are my OS specs:
```
Linux system76 6.0.12-76060006-generic #202212290932~1674139725~22.04~ca93ccf SMP PREEMPT_DYNAMIC Thu J x86_64 x86_64 x86_64 GNU/Linux
```
```bash
$ go version
go version go1.19.4 linux/amd64
```
Contributor guide
Assessment
This issue has not been assessed yet.