reiver / go-telnet

Package telnet provides TELNET and TELNETS client and server implementations, for the Go programming language, in a style similar to the "net/http" library that is part of the Go standard library, including support for "middleware"; TELNETS is secure TELNET, with the TELNET protocol over a secured TLS (or SSL) connection.
https://godoc.org/github.com/reiver/go-telnet
MIT License
263 stars 83 forks source link

how to set timeout for client? #14

Open jianwubayiba opened 5 years ago

jianwubayiba commented 5 years ago

bwt

shane-od commented 1 year ago

bump - how do you set a timeout for the client? Looks like the function needs to be added? https://github.com/reiver/go-telnet/pull/13/files