This commit is contained in:
世界
2024-11-28 14:30:53 +08:00
parent 6facc77e52
commit e289269c29
33 changed files with 227 additions and 232 deletions
+3
View File
@@ -46,6 +46,9 @@ type PacketConnectionHandlerEx interface {
NewPacketConnectionEx(ctx context.Context, conn N.PacketConn, metadata InboundContext, onClose N.CloseHandlerFunc)
}
// Deprecated: use TCPConnectionHandlerEx instead
//
//nolint:staticcheck
type UpstreamHandlerAdapter interface {
N.TCPConnectionHandler
N.UDPConnectionHandler