sliver icon indicating copy to clipboard operation
sliver copied to clipboard

Sliver client unresponsive after portfwd connection failure

Open pooki3bear opened this issue 2 years ago • 1 comments

Describe the bug sliver client becomes unresponsive while waiting on network read when using the portforward feature.

To Reproduce Steps to reproduce the behavior:

  1. Configure portforward is configured to an unstable, or non-existent destination
  2. Send packets

Expected behavior Expect sliver client session to still operate under sub-optimal portfwd network conditions

Desktop (please complete the following information):

  • OS: MacOS
  • Version v1.4.17, v1.14.20 clients

Additional context Add any other context about the problem here.

pooki3bear avatar Aug 12 '21 05:08 pooki3bear

It's probably due to a timeout on the first forwarded TCP connection, we could probably set a lower timeout than the gRPC default timeout.

rkervella avatar Aug 12 '21 06:08 rkervella