When working with `TcpStream` I realized some things are still missing, this is a list for tracking those - [x] `connect` - [ ] `connect_timeout` - [x] `local_addr` - [x] `nodelay` - [x] `peek` - [x] `peer_addr` - [ ] `read_timeout` - [x] `set_nodelay` - [ ] ~~`set_nonblocking`~~ - makes no sense in this context probably - [ ] `set_read_timeout` - [x] `set_ttl` - [ ] `set_write_timeout` - [x] `shutdown` - [ ] `take_error` - [ ] ~~`try_clone`~~ (I remember some discussion, so might not be happening) - [x] `ttl` - [ ] `write_timeout`
When working with
TcpStreamI realized some things are still missing, this is a list for tracking thoseconnectconnect_timeoutlocal_addrnodelaypeekpeer_addrread_timeoutset_nodelay- makes no sense in this context probablyset_nonblockingset_read_timeoutset_ttlset_write_timeoutshutdowntake_error(I remember some discussion, so might not be happening)try_clonettlwrite_timeout