Juniper / go-netconf

NETCONF implementation in Go.
Other
253 stars 110 forks source link

Please enhance DialSSHTimeout() to allow for three different timeouts #78

Open badaniya opened 5 years ago

badaniya commented 5 years ago

Please enhance DialSSHTimeout() to allow for three different timeouts.

One each for Dial, Read deadline, and Write deadline.

nemith commented 2 years ago

New V2 api will support context for API calls and Dial timeouts should be handled on the ssh config. So we will get the same behaviour but much better API

Tracking in (#24)