Commit Graph

11 Commits

Author SHA1 Message Date
suiahae
fce9284b3a
make up the missing new test parameter
Make up the test parameters (max_delay_time) lost due to mistakes in client_test.go.
After this fix, newly added functions can be tested correctly (Does frpc perform as expected when max_delay_time is set to a value other than the default (20)?).
2023-01-29 12:49:23 +08:00
suiahae
011422c087
set MaxDelayTime to 20 to pass test
set MaxDelayTime in frp/pkg/config/client_test.go to 20 to pass the test
2023-01-28 22:07:01 +08:00
suiahae
842e70e477 add max_delay_time parameter to frpc 2023-01-28 21:09:23 +08:00
fatedier
7678938c08
support quic options (#3211) 2022-12-18 18:43:42 +08:00
fatedier
9d077b02cf
lint by golangci-lint (#3080) 2022-08-29 01:02:53 +08:00
fatedier
100d556336
support tcp keepalive params (#2863) 2022-03-22 19:29:30 +08:00
fatedier
10100c28d9
client: add dial_server_timeout (#2805) 2022-02-19 16:49:21 +08:00
fatedier
293003fcdb
allow to disable application layer heartbeat to reduce traffic cost (#2758)
fix #2754
2022-01-13 14:26:07 +08:00
fatedier
c32a2ed140
frpc: support 'includes' in common section to include proxy configs in other files(#2421) 2021-06-02 00:39:05 +08:00
yuyulei
b5aee82ca9
update: support custom tls server name (#2278) 2021-03-07 14:57:23 +08:00
yuyulei
3621aad1c1
Reconstruct config (#2098)
* refactoring config

* Update by comments
2021-01-26 11:31:08 +08:00