[Babel-users] Babeld news

Juliusz Chroboczek jch at irif.fr
Tue Oct 23 23:29:39 BST 2018


> I figure you want to sleep,

Eat, then sleep.

> Tue Oct 23 14:38:53 2018 daemon.err babeld[11651]: Assertion failed:
> buf->len >= bytes + 2 && buf->buf[buf->len - bytes - 2] == type &&
> buf->buf[buf->len - bytes - 1] == bytes (message.c: end_message: 966)

diff --git a/message.c b/message.c
index ed91086..3ca92ff 100644
--- a/message.c
+++ b/message.c
@@ -1135,7 +1135,7 @@ really_buffer_update(struct buffered *buf, struct interface *ifp,
     len = 10 + (real_plen + 7) / 8 - omit + channels_size;
     spb = (real_src_plen + 7) / 8;
     if(is_ss)
-        len += 2 + spb;
+        len += 3 + spb;
 
     start_message(buf, MESSAGE_UPDATE, len);
     accumulate_byte(buf, v4 ? 1 : 2);



More information about the Babel-users mailing list