]> git.meshlink.io Git - meshlink/commit
Fix garbage being sent at start of a UDP channel.
authorGuus Sliepen <guus@meshlink.io>
Sat, 8 Feb 2020 15:04:42 +0000 (16:04 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sat, 8 Feb 2020 15:04:42 +0000 (16:04 +0100)
commit2f9ce0a8f244306d8d5bc6a44963c73c0d9fae73
tree5624365cd301dd3c63549013abad4632cce6fb82
parent3fe7713c4f9d16f192271bc4fa8a2ffda6bb28fd
Fix garbage being sent at start of a UDP channel.

If meshlink_channel_send() was called before a UDP channel had finished
the handshake, it caused UTCP to send garbage data.
src/utcp