WIP: replace the backend address related fields/API from udp config, move them to backend udp

This commit is contained in:
2025-05-13 17:03:26 +10:00
parent 72745cf268
commit b645f2b6bd
5 changed files with 43 additions and 45 deletions

View File

@@ -17,7 +17,6 @@ package abstract
*/
import (
"net"
"time"
)
@@ -47,5 +46,4 @@ type TCPConnectionConfig interface {
type UDPConnectionConfig interface {
ConnectionConfig
Timeout() time.Duration
BackendAddr() net.Addr
}