mirror of
https://github.com/fatedier/frp.git
synced 2026-03-14 13:59:14 +08:00
Replace 10 positional parameters in NewControl() with a single SessionContext struct, matching the client-side pattern. This also eliminates the post-construction mutation of clientRegistry and removes two TODO comments.