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
some functions in socket.inet could come in handy while scripting filters (i.e., in softirq), but currently, we are unable to load them, as the following error occurs:
cannot use 'socket' class on non-sleepable runtime
could we have a workaround allowing some of these functions to be used from softirq? for instance, I wanted to use socket.inet.ntoa.
The text was updated successfully, but these errors were encountered:
some functions in
socket.inet
could come in handy while scripting filters (i.e., in softirq), but currently, we are unable to load them, as the following error occurs:cannot use 'socket' class on non-sleepable runtime
could we have a workaround allowing some of these functions to be used from softirq? for instance, I wanted to use
socket.inet.ntoa
.The text was updated successfully, but these errors were encountered: