WIP: replace the backend address related fields/API from udp config, move them to backend udp
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user