mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-13 14:48:35 -07:00
Use abstract domain sockets for RPC
This commit is contained in:
6
RNS/vendor/platformutils.py
vendored
6
RNS/vendor/platformutils.py
vendored
@@ -33,7 +33,11 @@ def is_windows():
|
||||
return False
|
||||
|
||||
def use_epoll():
|
||||
if is_linux(): return True
|
||||
if is_linux() or is_android(): return True
|
||||
else: return False
|
||||
|
||||
def use_af_unix():
|
||||
if is_linux() or is_android(): return True
|
||||
else: return False
|
||||
|
||||
def platform_checks():
|
||||
|
||||
Reference in New Issue
Block a user