Forum Discussion
Altera_Forum
Honored Contributor
14 years agoFull duplex communication on a TCP socket
Hi, Is it possible send a character command from a client to a server if server is still sending data continuously to client?....so...I mean....during server->client data sending...? Regards
Altera_Forum
Honored Contributor
14 years agoThanks...Cris for information...yes, I have a send() in my while without flux control...but what do you mean with "...a 1ms idle time..." because....from my custom block inside SOPC system I receive 32bit data every about 7us....so if I have to wait 1ms after evey send()...I'd lose many data...