aboutsummaryrefslogtreecommitdiff
path: root/tests/net_hosted/connect_poll.py.exp
AgeCommit message (Collapse)Author
2019-10-31extmod/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-23tests/net_hosted: Add test for socket connect() and poll() behaviour.Damien George