micropython/extmod
Damien George 1e2a6a84a2 extmod/modlwip: Set POLLHUP flag for sockets that are new.
This matches CPython behaviour on Linux: a socket that is new and not
listening or connected is considered "hung up".

Thanks to @rkojedzinszky for the initial patch, PR #3457.
2018-05-17 23:17:36 +10:00
..
crypto-algorithms
lwip-include
re1.5 extmod/re1.5: Fix compilecode.c compile problem on IAR tool chain. 2018-04-10 13:54:22 +10:00
uzlib extmod/uzlib: Fix C-language sequencing error with uzlib_get_byte calls. 2018-05-02 23:16:22 +10:00
machine_i2c.c
machine_i2c.h
machine_mem.c
machine_mem.h
machine_pinbase.c
machine_pinbase.h
machine_pulse.c
machine_pulse.h
machine_signal.c
machine_signal.h
machine_spi.c drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00
machine_spi.h drivers/bus: Pull out software SPI implementation to dedicated driver. 2018-03-10 00:59:43 +11:00
misc.h
modbtree.c
modframebuf.c
modlwip.c extmod/modlwip: Set POLLHUP flag for sockets that are new. 2018-05-17 23:17:36 +10:00
modonewire.c
modubinascii.c
modubinascii.h
moductypes.c
moduhashlib.c
moduheapq.c
modujson.c
modurandom.c
modure.c
moduselect.c
modussl_axtls.c py/stream: Switch stream close operation from method to ioctl. 2018-04-10 13:41:32 +10:00
modussl_mbedtls.c py/stream: Switch stream close operation from method to ioctl. 2018-04-10 13:41:32 +10:00
modutimeq.c
moduzlib.c
modwebrepl.c py/stream: Switch stream close operation from method to ioctl. 2018-04-10 13:41:32 +10:00
modwebsocket.c py/stream: Switch stream close operation from method to ioctl. 2018-04-10 13:41:32 +10:00
modwebsocket.h
uos_dupterm.c
utime_mphal.c
utime_mphal.h
vfs.c extmod/vfs: Delegate import_stat to vfs.stat to allow generic FS import. 2018-05-02 17:08:48 +10:00
vfs.h
vfs_fat.c extmod/vfs_fat: Add file size as 4th element of uos.ilistdir tuple. 2018-03-12 12:26:36 +11:00
vfs_fat.h
vfs_fat_diskio.c
vfs_fat_file.c py/stream: Switch stream close operation from method to ioctl. 2018-04-10 13:41:32 +10:00
vfs_reader.c
virtpin.c
virtpin.h