From 77123ac649a15d58e1e2a7a2bb79497bb4437822 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Wed, 15 Feb 2023 11:06:20 +0100 Subject: [PATCH] TODO: handle signals through the self-pipe trick. --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index c41046a..ff72089 100644 --- a/TODO.md +++ b/TODO.md @@ -1,6 +1,6 @@ ### misc -- create the unix socket directory +- handle signals using the self-pipe trick (nothing else seems better nor as portable) - close the connection and log when we receive too big messages - decide then explicitely document what the max message size should be - rx message buffer should be small but should grow if required