From 2f9ce0a8f244306d8d5bc6a44963c73c0d9fae73 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 8 Feb 2020 16:04:42 +0100 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utcp b/src/utcp index eb85ec4a..96b97ab1 160000 --- a/src/utcp +++ b/src/utcp @@ -1 +1 @@ -Subproject commit eb85ec4ae5f32102430e0622e3855aaba110c032 +Subproject commit 96b97ab1291e339a36952532db8ce72e7efc45a1 -- 2.39.2