From f1cec36b6c482cf56d200247783cfd6644d73306 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Wed, 20 May 2026 16:44:57 +0800 Subject: [PATCH] fix code struct --- Tun/Punchnet/{Context => Inbound}/SDLHoleDataProcessor.swift | 0 Tun/Punchnet/{Context => Outbound}/SDLLayerPacketForwarder.swift | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Tun/Punchnet/{Context => Inbound}/SDLHoleDataProcessor.swift (100%) rename Tun/Punchnet/{Context => Outbound}/SDLLayerPacketForwarder.swift (100%) diff --git a/Tun/Punchnet/Context/SDLHoleDataProcessor.swift b/Tun/Punchnet/Inbound/SDLHoleDataProcessor.swift similarity index 100% rename from Tun/Punchnet/Context/SDLHoleDataProcessor.swift rename to Tun/Punchnet/Inbound/SDLHoleDataProcessor.swift diff --git a/Tun/Punchnet/Context/SDLLayerPacketForwarder.swift b/Tun/Punchnet/Outbound/SDLLayerPacketForwarder.swift similarity index 100% rename from Tun/Punchnet/Context/SDLLayerPacketForwarder.swift rename to Tun/Punchnet/Outbound/SDLLayerPacketForwarder.swift