Use correctly the go scheduler when reading the netlink file descriptor.
By this way, the scheduler go could manage the select block (from monitor mode) correctly because when reading using the os.File abstraction layer the system interruptions is done by the go runtime.
Use correctly the go scheduler when reading the netlink file descriptor.
By this way, the scheduler go could manage the select block (from monitor mode) correctly because when reading using the os.File abstraction layer the system interruptions is done by the go runtime.
For this we should: