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
So I have a script that uses socket.RAW_SOCKET to ping other machines. but this doesn't seem available only giving me this:
AttributeError: module 'socket' has no attribute 'SOCK_RAW'
Is this available in graalpython or will i need to find a workaround?
Thanks!
The text was updated successfully, but these errors were encountered:
So I have a script that uses socket.RAW_SOCKET to ping other machines. but this doesn't seem available only giving me this:
AttributeError: module 'socket' has no attribute 'SOCK_RAW'
Is this available in graalpython or will i need to find a workaround?
Thanks!
The text was updated successfully, but these errors were encountered: