This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99a29ec705
circuitpython
/
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 01:26:20 -04:00
1 20
tests/net_hosted: Add test for socket connect() and poll() behaviour.
2017-11-22 18:45:12 -05:00
1
1 4