New network code (better buffers)
This commit is contained in:
parent
fa3efd69e5
commit
89a8defde6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue