dns: added one-shot multicast DNS queries

This commit is contained in:
goldsimon
2016-12-09 09:20:46 +01:00
parent 85817e7611
commit 5774fdfe75
5 changed files with 125 additions and 12 deletions

View File

@@ -6,6 +6,9 @@ HISTORY
++ New features:
2016-12-09: Simon Goldschmidt
* dns.c: added one-shot multicast DNS queries
2016-11-24: Ambroz Bizjak, David van Moolenbroek
* tcp_out.c: Optimize passing contiguous nocopy buffers to tcp_write (bug #46290)