mirror of
https://github.com/fatedier/frp.git
synced 2026-03-15 14:29:16 +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.