Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Socket problem when flooding

Hello, I'm having a strange issue with TCP socket. I'm trying to write to a socket stream as fast as possible so I do something like : c = 'a'; while(1) { write(sock, &c...