Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add SO_ERROR support for getsockoption()
The errno information is private data inside socket data structure. For some reason SO_ERROR for getsockoption() is not implemented. This ifunctionality is important for code handing O_NONBLOCK sockets.
- Loading branch information