dns: implement GetHostByName redirection (backend TODO)

This commit is contained in:
Michael Scire
2021-01-30 17:23:14 -08:00
parent 45709aa9cd
commit 3fd094436e
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>