1
0
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:
Darien Raymond
2017-01-27 14:45:16 +01:00
parent 83c35c1e41
commit 18e1ca85aa
4 changed files with 11 additions and 11 deletions

View File

@@ -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) {