]> git.meshlink.io Git - meshlink/commitdiff
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)
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.


No differences found