Forum Discussion
Altera_Forum
Honored Contributor
20 years agoSocket 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...
Altera_Forum
Honored Contributor
19 years agoIt is in fact a driver issue. There is a patch here (http://forum.niosforum.com/forum/lofiversion/index.php/t3277.html).
It works great now !