From dfcd8922e54f757cf3c46c04d257b4a0231623b6 Mon Sep 17 00:00:00 2001 From: eventlOwOp <34993620+eventlOwOp@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:34:25 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2686ff..3057117 100644 --- a/README.md +++ b/README.md @@ -104,4 +104,8 @@ After 1.14.0, ZeroTierOne has introduce `multi-core concurrent packet processing However, for NDK, `pthread_setaffinity_np` won't be available until API level 36, Android 16. (refer to https://android.googlesource.com/platform/bionic/+/master/libc/include/pthread.h) -So in the NDK bulid version, it is replaced by the combination of `pthread_gettid_np` from `` and `sched_getaffinity` from ``. \ No newline at end of file +So in the NDK bulid version, it is replaced by the combination of `pthread_gettid_np` from `` and `sched_getaffinity` from ``. + +## Using your phone as router, want LAN to LAN mapping? + +See [ThermalEng/zerotier-magisk](https://github.com/ThermalEng/zerotier-magisk/). Inform me by creating issue. Future function and UI integration if many module users want it.