Enhancement: client connection timeout
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 16.6k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
currently it looks like chisel fails to detect a stale connect attempt and it takes long before it tries to connect again.
proposal: --max-connect-time 3s which would cause retry if connect takes longer than 3s
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; start by locating the client connection and retry entry points. Confirm how a connection attempt is timed today, then verify that a configurable 3-second limit causes a retry when exceeded and that the new command-line option is documented or covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100