| Summary: | Add option to set TCP_USER_TIMEOUT on linux | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Julien Wallior <wallior> | ||||
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | NEW --- | ||||||
| Severity: | enhancement | CC: | dtucker | ||||
| Priority: | P5 | ||||||
| Version: | 7.6p1 | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
|
Description
Julien Wallior
2018-02-01 10:08:04 AEDT
I don't think we want to add support for a platform-specific socket option like this. On the client side you can implement it as an external ProxyCommand dialer that sets the option and passes the connected socket back via ProxyUseFdpass. > On the client side you can implement it as an external ProxyCommand
> dialer that sets the option and passes the connected socket back via
> ProxyUseFdpass.
I see how this will work on the client side. This socket option needs to be set on the server side too. Any suggestion how to do that?
|