Altera_Forum
Honored Contributor
14 years agoDoes 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++) { SEND PACKET; } } It can send.I wonder is it there has a delay time that i need to include if i don't wan use the while loop.how long should i delay?Can anyone help me?Thank you.