Version 1.0

This commit is contained in:
2026-02-19 15:28:10 +01:00
parent 238e35b581
commit e02e529809
11 changed files with 321 additions and 482 deletions
+5
View File
@@ -167,6 +167,9 @@ int main(int argc, char **argv)
#ifdef MAIN_CLIENT
#include <poll.h>
#include <stdlib.h>
#include <time.h>
#include <unistd.h>
#include "client.h"
@@ -174,6 +177,8 @@ int main(int argc, char **argv)
int main(int argc, char **argv)
{
srand((unsigned)time(NULL) ^ (unsigned)getpid());
int ret;
ClientState state;