From d0111b23d376cdc0a1d71858de0b6075cb46f79a Mon Sep 17 00:00:00 2001 From: Tahinli <96421894+Tahinli@users.noreply.github.com> Date: Tue, 14 Feb 2023 21:52:42 +0300 Subject: [PATCH] Update README.md --- README.md | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 50df5d6..dfc3c07 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,19 @@ # Socket_Programming-GUI -socket.h&gtk3-Network_GUI_Project +Server-Client GUI Project +EPOLL Server +GTK 3 GUI - -STILL ON PROGRESS +Most probably it has bugs and a lot to improve but I'm bored. +Technically it's working, feel free to do anything. +Special Thanks to @SoftPrayog on Youtube. His video helped me to understand epoll more. +Special Thanks to onestraw on Github. His epoll example really helped me. ----NOT RELİABLE VERSION, DO NOT TRUST +Based on many resources but here are some - - - ----NOT OPTİMİZED, CAN CAUSE THREAD PROBLEMS - - - - -KNOWN ISSUES = CONNECTİON DİSCONNECT AUTOMATICALLY +www.man7.org +www.stackoverflow.com +docs.gtk.org/gtk3