software/libnet/microudp: speed-up ARP by changing timeout/tries
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 24 Apr 2019 07:55:41 +0000 (09:55 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Wed, 24 Apr 2019 07:55:41 +0000 (09:55 +0200)
commit44e0cdda9a84d41d80c8de965036a35bb48632e3
treee59b7eece78947eb73c1faf0aab88907c6c37d47
parent3ee78a5b70a5d1cef5a5fc6cfc9719880adf8881
software/libnet/microudp: speed-up ARP by changing timeout/tries

First ARP request does not seem to be transmitted (the link is probably not
fully established). Reduce the timeout between tries and increase number of
tries.
litex/soc/software/libnet/microudp.c