Implement missing hostinet socket functionality
Open
area: compatibility
area: networking
priority: p2
type: enhancement
- Dominant language
- Go
- Stars
- 19.3k
- Forks
- 2k
- Avg merge
- 3d 5h
- Merged PRs (30d)
- 264
Description
There are some functionalities that hostinet sockets do not currently support, including the following:
- Zero-length writes should send a zero-length packet rather than being a noop
- Issuing a non-blocking read to a socket that has been shut down should immediately return 0 rather than block indefinitely
- The SO_TIMESTAMP socket option is not supported
- ioctl() is not supported
Contributor guide
Assessment
This issue has not been assessed yet.