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`