This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
micropython
mirror of
https://github.com/micropython/micropython.git
Watch
1
Star
0
Fork
You've already forked micropython
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1678f41744
micropython
/
tests
/
net_hosted
/
connect_poll.py.exp
4 lines
11 B
Plaintext
Raw
Normal View
History
Unescape
Escape
extmod/modlwip: Unconditionally return POLLHUP when polling new socket. 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.
2019-10-16 06:26:20 +01:00
1 20
tests/net_hosted: Add test for socket connect() and poll() behaviour.
2017-11-22 23:45:12 +00:00
1
1 4