[mono] Move networking code to debugger component (#82785)
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 2 Mar 2023 11:15:04 +0000 (12:15 +0100)
committerGitHub <noreply@github.com>
Thu, 2 Mar 2023 11:15:04 +0000 (12:15 +0100)
commitf2ac74bf23663b7ced738f0f363f97304a2e756e
treeb4195e9714fcd013c9ba4f0d79fe964265ec0a3e
parente7926d6bb96976d9fc7aa1ac0a4e7a40f965b688
[mono] Move networking code to debugger component (#82785)

The debugger is the only component left in Mono using the networking code, move the code there so we can avoid compiling it into the main runtime and also simplify it a bit.
src/mono/mono/component/CMakeLists.txt
src/mono/mono/component/debugger-agent.c
src/mono/mono/component/debugger-networking.c [new file with mode: 0644]
src/mono/mono/component/debugger-networking.h [moved from src/mono/mono/utils/networking.h with 70% similarity]
src/mono/mono/utils/CMakeLists.txt
src/mono/mono/utils/networking-fallback.c [deleted file]
src/mono/mono/utils/networking-missing.c [deleted file]
src/mono/mono/utils/networking-posix.c [deleted file]
src/mono/mono/utils/networking-windows.c [deleted file]
src/mono/mono/utils/networking.c [deleted file]