Skip to content

frp v0.64 is pretty slower than frp 0.35 when transfering rdp! #4982

@colben

Description

@colben

Bug Description

frps

  • os: rockylinux 8
  • version: v0.35 and v0.64

frpc

  • os: windows 10
  • version: v0.35 and v0.64

connection

  • frpc v0.35 connecting frps v0.35 redirect remote port 33389 to local port 3389
  • frpc v0.64 connecting frps v0.64 redirect remote port 43389 to local port 3389

issue

  • the remote desktop with port 43389 is much more laggy than the remote desktop with port 33389!

frpc Version

0.35, 0.64

frps Version

0.35, 0.64

System Architecture

frps: linux/amd64, frpc: windows/amd64

Configurations

frp v0.35

  • frps.ini in rockylinux 8
[common]
bind_addr = 0.0.0.0
bind_port = 0
kcp_bind_port = 7000
detailed_errors_to_client = true
authentication_method = token
token = 123456
max_pool_count = 16
  • frpc.ini in windows 10
[common]
server_addr = x.x.x.x
server_port = 7000
protocol = kcp
tls_enable = true
token = 123456
pool_count = 2

[win10-rdp]
type = tcp
local_ip = 127.0.0.1
local_port = 3389
remote_port = 33389
use_compression = false

frp v0.64

  • frps.yml in the same rockylinux8
bindAddr: 0.0.0.0
bindPort: 7100
quicBindPort: 7100
custom404Page: /404.html
auth:
  method: token
  token: 123456
  • frpc.yml in the same windows 10
serverAddr: x.x.x.x
serverPort: 7100
user: colben
transport:
  protocol: quic
auth:
  method: token
  token: 123456
proxies:
- name: rdp
  type: tcp
  localIP: 127.0.0.1
  localPort: 3389
  remotePort: 43389
  transport:
    useCompression: true

Logs

all normal, nothing error.

Steps to reproduce

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions