summaryrefslogtreecommitdiffstatshomepage
path: root/docs/pyboard_index.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2015-12-30 22:49:50 +0000
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-03-09 12:31:25 +0700
commit4f64f6bfd3b2bf4fc07a5c91958a453790a40a96 (patch)
tree3f6436fd6f3ffd3e6087b02a5595ea0fe8edd7aa /docs/pyboard_index.rst
parent6d2e9e70b33a2e545bcb888d80117385fcd24ae5 (diff)
downloadmicropython-4f64f6bfd3b2bf4fc07a5c91958a453790a40a96.tar.gz
micropython-4f64f6bfd3b2bf4fc07a5c91958a453790a40a96.zip
extmod/modlwip: Still process remaining incoming data of a closed socket.
It can happen that a socket gets closed while the pbuf is not completely drained by the application. It can also happen that a new pbuf comes in via the recv callback, and then a "peer closed" event comes via the same callback (pbuf=NULL) before the previous event has been handled. In both cases the socket is closed but there is remaining data. This patch makes sure such data is passed to the application.
Diffstat (limited to 'docs/pyboard_index.rst')
0 files changed, 0 insertions, 0 deletions