]> git.meshlink.io Git - meshlink/commit
Fix reception of a trailing, zero-length frame.
authorGuus Sliepen <guus@meshlink.io>
Wed, 27 May 2020 19:09:00 +0000 (21:09 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 27 May 2020 19:19:07 +0000 (21:19 +0200)
commit933047eadd101bddb3646ad7acbc0e48170049a0
tree3029c201eb867217789c97994a972e13917af5a4
parentecdd0ca7749f0c8c2d948db67c1de4b0d3c3e4ed
Fix reception of a trailing, zero-length frame.

If the last (or only) frame received on a framed UDP channel had zero length,
we would not send it to the application, but keep it in the receive buffer
until more frames had been received.
src/utcp.c