Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

反向端口转发存在很多FIN wait 2不释放,很早之前就有这个bug #442

Open
f4nff opened this issue Apr 1, 2024 · 2 comments

Comments

@f4nff
Copy link

f4nff commented Apr 1, 2024

image

client:

services:
- name: service-0
  addr: ":53309"
  handler:
    type: rtcp
  listener:
    type: rtcp
    chain: chain-0
  forwarder:
    nodes:
    - name: target-0
      addr: 192.168.22.197:3389
 

chains:
- name: chain-0
  hops:
  - name: hop-0
    nodes:
    - name: node-0
      addr: 114.112.235.78:23456
      connector:
        type: relay
      dialer:
        type: grpc
        metadata:
          keepalive: true
          keepalive.time: 8s
          keepalive.timeout: 8s
          keepalive.permitWithoutStream: true
@f4nff
Copy link
Author

f4nff commented Apr 1, 2024

不是一闪而过,是一直不释放.

@ginuerzh
Copy link
Member

有可能是grpc超时导致的。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants