I have a program that communicates with sockets sending and receiving data. Mostly strings of 100 bytes each (char str[100]). The code works and the data receiv
char str[100]