Overview of junixsocket-darwin capabilities
mainjunixsocket-darwin provides access to macOS-specific socket domains from Java:
- AF_SYSTEM: Used for communicating with the Darwin Kernel. Supports
UTUN_CONTROLfor creatingutuntunnel interfaces (similar to Linuxtun). - AF_NDRV: A "Fake Ethernet" driver (macOS equivalent to Linux
tap). Note: Support for this domain may be added in future versions. - AF_MULTIPATH: An Apple-private domain for Multipath-TCP/IP. Note: Support for this domain may be added in future versions.