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
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:
The text was updated successfully, but these errors were encountered: