From 0aee01bfb4a231d99017b316bf2b41930c87cd6d Mon Sep 17 00:00:00 2001 From: Callum Gran <89872274+callumgran@users.noreply.github.com> Date: Mon, 22 May 2023 14:18:53 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4f37907..cbecda7 100644 --- a/README.md +++ b/README.md @@ -195,4 +195,5 @@ The project is written in C11 and compiles with gcc and clang. The project is de ## Known bugs - The GUI is generally volatile and may seg fault. +- When running the GUI packets may get stuck because of bloated/badly written listening methods. - There may be memory leaks from not freeing packets correctly after they have been dealth with by a node. This is only a problem with the simulation, and not the protocol itself.