Minor docstring change

This commit is contained in:
flyingscorpio@clevo 2022-10-28 08:15:20 +02:00
parent e693ad35c5
commit 9500e59f57

View file

@ -231,8 +231,7 @@ int send_message(char *message){
return 0;
}
/* Thread, parses and handles messages */
/* Thread, Dispatcher : pop message from the message_buffer pipe, parse it and send it to the good ClientSender */
/* Thread, pop message from the message_buffer pipe, parse it and send it to the good ClientSender */
void *Dispatcher(void *arg) {
char buf[BUF_LEN];
char message[1024]; // TODO: replace by malloc