Forum Discussion
Altera_Forum
Honored Contributor
13 years agohow to handle correctly timeouts using ethernet
Dear All, I have a design using CycIII full board from altera. This is running ethernet task which is direct copy of the simple server example. On the other side I run python stuff to com...
Altera_Forum
Honored Contributor
13 years agoto finish this story: at the end I use select with timeout and watch over the communication on specific file descriptors. when > timeout, I close it. This seems to be working very reasonably.
thanks for help