From 19414b454306763eaa4f308b08bb8ad4c6229094 Mon Sep 17 00:00:00 2001 From: anlicheng <244108715@qq.com> Date: Mon, 30 Mar 2026 11:03:18 +0800 Subject: [PATCH] fix --- Tun/Punchnet/SDLUDPHole.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Tun/Punchnet/SDLUDPHole.swift b/Tun/Punchnet/SDLUDPHole.swift index a6333d8..1425e1f 100644 --- a/Tun/Punchnet/SDLUDPHole.swift +++ b/Tun/Punchnet/SDLUDPHole.swift @@ -31,11 +31,6 @@ final class SDLUDPHole: ChannelInboundHandler { // 解决channelready的问题 private var cont: CheckedContinuation? private var isReady: Bool = false - - enum HoleEvent { - case ready - case closed - } // 启动函数 init() throws {