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 agoYes it should work, as long as the server doesn't only send data but also checks if data in the other direction is ready to be read.