| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-31 | extmod/modlwip: Unconditionally return POLLHUP when polling new socket. | Damien George | |
| POSIX poll should always return POLLERR and POLLHUP in revents, regardless of whether they were requested in the input events flags. See issues #4290 and #5172. | |||
| 2017-11-23 | tests/net_hosted: Add test for socket connect() and poll() behaviour. | Damien George | |
