I\'m trying to make a server that can be connected to by multiple clients. Here\'s my code so far:
Client:
int main(int argc, char **argv) { struct so
You need to check for limit <= 0 in your read loop, before you call read.