dns: implement GetHostByName redirection (backend TODO)

This commit is contained in:
Michael Scire
2021-01-30 17:23:14 -08:00
committed by SciresM
parent 8bf8df43e2
commit 400f5142ee
20 changed files with 1251 additions and 5 deletions

View File

@@ -74,6 +74,7 @@
#include <stratosphere/settings.hpp>
#include <stratosphere/sf.hpp>
#include <stratosphere/sm.hpp>
#include <stratosphere/socket.hpp>
#include <stratosphere/spl.hpp>
#include <stratosphere/time.hpp>
#include <stratosphere/updater.hpp>