Improve UDP batch support

This commit is contained in:
世界
2026-04-24 08:54:40 +08:00
parent 686b9b08df
commit 4cdacb3e63
28 changed files with 304 additions and 205 deletions
+2 -2
View File
@@ -22,12 +22,12 @@ type Inbound interface {
type TCPInjectableInbound interface {
Inbound
ConnectionHandlerEx
ConnectionHandler
}
type UDPInjectableInbound interface {
Inbound
PacketConnectionHandlerEx
PacketConnectionHandler
}
type InboundRegistry interface {