Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Does Ethernet need delay time when sending a packet?

Hi,when i try to send out a packet with a for loop.It can't be send.(i inspect through the wireshark).However, when i add the while loop like this: while(1) { For(i=0;i<20;i++) { ...