Since version 1903, Windows 10 can mount 9P network file systems. This is used from WSL. You can run, in Linux, "explorer.exe " and then see in Windows, a "network" (but local) share from your Linux instance.
Is this protocol open to use by other programs than WSL? I.e. could this new 9P client in Windows be used as an alternative to Dokan or WinFsp?
(Or is this 9P API internal to WSL and can only be originated from within WSL?)