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 agoI meant you had it if you'd used the TK_SLEEP(1) (sleep for 1 system tick, assuming as usual 1 tick=1ms) between send() calls.