Altera_Forum
Honored Contributor
14 years agoHandling incoming UDP packets
Is Software written on NIos Eclips have some speed limitation to handle incoming udp packets.
i mean if server send continuous UDP packet (around 150 of size 1400 bytes) toward nios, will it receive all the packets without loosing any one of them. As i have design my C-Code on nios for receiving around 178 packet and sometime it receive less then that even though my server says it sends all the UDP packet (i have cheque this on wireshark). don't know where remaining UDP packet lost....is this is software issue , i am using packet memory too to hold incoming UDP packets. regards