-
Notifications
You must be signed in to change notification settings - Fork 340
[tracking] net::TcpStream #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
- connect_timeout - take_error Ref async-rs#499
Aren't all methods that end with |
@tomaka they could still be useful, as convenience methods. Alternatively adding some documentation on how to achieve the same effect with the new tooling might be a better way to go. |
Regarding the read calls. Will the And would it make sense to repeat the Similarly, will an This is usually under-specified in, say, the POSIX |
keepalive & set_keepalive is useful when peer suddenly lose its access to network. |
|
|
When working with
TcpStream
I realized some things are still missing, this is a list for tracking thoseconnect
connect_timeout
local_addr
nodelay
peek
peer_addr
read_timeout
set_nodelay
- makes no sense in this context probablyset_nonblocking
set_read_timeout
set_ttl
set_write_timeout
shutdown
take_error
(I remember some discussion, so might not be happening)try_clone
ttl
write_timeout
The text was updated successfully, but these errors were encountered: