You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the typical setup of:
client -> frps -> frpc -> private service (e.g. web server)
Does the frp client (frpc) keep a persistent connection to the (target) private service or is it ad-hoc, i.e. every time the client wants to contact the private service (through frps -> frpc) it will open a new socket (and close it later)?
What's the default, is it configurable via the toml?
Thanks!
Describe alternatives you've considered
No response
Affected area
Docs
Installation
Performance and Scalability
Security
User Experience
Test and Release
Developer Infrastructure
Client Plugin
Server Plugin
Extensions
Others
The text was updated successfully, but these errors were encountered:
Describe the feature request
In the typical setup of:
client -> frps -> frpc -> private service (e.g. web server)
Does the frp client (frpc) keep a persistent connection to the (target) private service or is it ad-hoc, i.e. every time the client wants to contact the private service (through frps -> frpc) it will open a new socket (and close it later)?
What's the default, is it configurable via the toml?
Thanks!
Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: