netifapi: add thread safe ARP APIs (task #14724)

This adds thread safe netifapi ARP cache APIs for add/remove
This commit is contained in:
Joel Cunningham
2017-11-14 14:38:10 -06:00
parent 40a563cdd3
commit c47d161d4a
3 changed files with 81 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ HISTORY
++ New features:
2017-11-14: Joel Cunningham
* netifapi: Add thread safe ARP cache APIs (task #14724)
2017-11-06: Axel Lin
* TCP: kill existing connections with a LOWER priority than the one currently being opened.
Previous implementations also kill existing connections of the SAME priority.