Forum Discussion
Altera_Forum
Honored Contributor
13 years agoNIOS II NicheStack:TCP data is not being sent at the required time interval!
I am working on the client side. and do not have control at the server side. My application is running on altera stratixIII fpga. with LAN 91c111smsc phy/mac IC. My application is based on Nio...
Altera_Forum
Honored Contributor
13 years agoyes, i have the same TCP connection for time update and data messages, which is in non blocking mode.
in my main code, after entering in while loop 1. timeupdate send call is made every second. and 2. incoming server queries are handled and depending on the query send call is made.