New network code (better buffers)

This commit is contained in:
Adrien Bourmault 2021-07-08 00:30:58 +02:00
parent fa3efd69e5
commit 89a8defde6
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ void connectedCommunication(int sockfd)
for (;;) {
// Zeroing buffer
bzero(sendBuff, sizeof(buff));
bzero(sendBuff, sizeof(sendBuff));
printf("\ngem-graph console> ");
i = 0;