mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-28 04:55:37 -05:00
rename udp.Server
This commit is contained in:
@@ -23,7 +23,7 @@ type Server struct {
|
||||
config *ServerConfig
|
||||
user *protocol.User
|
||||
account *ShadowsocksAccount
|
||||
udpServer *udp.Server
|
||||
udpServer *udp.Dispatcher
|
||||
}
|
||||
|
||||
func NewServer(ctx context.Context, config *ServerConfig) (*Server, error) {
|
||||
|
||||
Reference in New Issue
Block a user