mirror of
https://github.com/fatedier/frp.git
synced 2026-07-31 00:42:54 +08:00
feat: add negotiated binary UDP packets (#5456)
This commit is contained in:
@@ -34,7 +34,7 @@ func newGracefulCloseTestService() *Service {
|
||||
},
|
||||
doneCh: make(chan struct{}),
|
||||
}
|
||||
ctl.pm = proxy.NewManager(ctx, common, nil, nil, nil)
|
||||
ctl.pm = proxy.NewManager(ctx, common, nil, nil, nil, "")
|
||||
ctl.vm = visitor.NewManager(ctx, "graceful-close-race", common, nil, nil, nil)
|
||||
return &Service{ctl: ctl, cancel: context.CancelCauseFunc(func(error) {})}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user