Hi Champs,
We would like to improve ARP re-sending time after failed connection.
*Condition
Device: TM4C129
NDK version :v2.24
protocol :UDP
Currently, we are sending datal per 50ms using sendto().
However, when TM4C129 didn't find slave device and failed ARP connection, 2nd time ARP connection request interval per 26sec.
And we down sendto data frequency per 1s , ARP re-connection interval change to per 1sec.
We would like to change ARP re-connection interal per less than 1sec and keeping sending data per 50ms interval with sendto().
Do you have any paramter that reduce ARP re-sending interval after failed address resolution ?
Is this 50ms sendto() data interval to short for this system ?
Please let us know your opinion.
Regards,
Kaz