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
What steps will reproduce the problem?
1. Do not run on Windows
2. fcntl is available on Windows.
To be able to run on Windows I replaced the
get_ip_address(ifname) method with
def get_ip_address(ifname):
return socket.gethostbyname(socket.gethostname())
This has the limitation to be used when only having one network interface.
Original issue reported on code.google.com by [email protected] on 24 Oct 2014 at 9:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 24 Oct 2014 at 9:43The text was updated successfully, but these errors were encountered: