Forum Discussion
Altera_Forum
Honored Contributor
14 years agoaltera simple socket server troubles
I need to provide TCP/IP connection with speed ~10 Mbit/s with Cyclone IV Development board. It provides 10/100/1000 BASE-T Ethernet connection via a Marvell 88E1111 PHY and the FPGA-based Al...
Altera_Forum
Honored Contributor
12 years agoI met the same problem....my program is nearly the same as you posted above.
I use DM9000A/Nichestack now,and it stop receiving packets after calling send function several times.it blocks in select function,and can't return. can you tell me how to solve this problem?