From 0a1934fdf9ba831e22e35fa29e6f8718675125b8 Mon Sep 17 00:00:00 2001 From: Rockingcool Date: Tue, 12 Mar 2024 09:42:32 -0500 Subject: [PATCH] Updated TODO --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index 352b13c..28c55e6 100644 --- a/todo.txt +++ b/todo.txt @@ -9,3 +9,5 @@ 9. Test with valgrind. 10. Use check_client() and check_server() for CLI invocation as well, and pass a flag that indicataes whether the parameters were entered through GUI or CLI (also probably create a function to handle printing vs. GUI display). 11. Try to make the ball go between screens. + +TODO - Try to use sockaddr_storage instead of sockaddr for everything, since sockaddr is not big enough for IPv6.