Add select, getsockopt, setsockopt, ioctl and fcntl to Python wrapper

This commit is contained in:
Joseph Henry
2021-05-28 16:15:38 -07:00
parent 96684860fe
commit cd3265f8ae
6 changed files with 535 additions and 87 deletions

View File

@@ -76,6 +76,9 @@ class ZeroTierNode:
def node_is_online(self):
return libzt.zts_node_is_online()
def node_id(self):
return libzt.zts_node_get_id()
def net_transport_is_ready(self, net_id):
return libzt.zts_net_transport_is_ready(net_id)