mDNS: author comment update + things left to implement update

This commit is contained in:
Jasper Verschueren 2018-10-24 16:15:11 +02:00 committed by Dirk Ziegelmeier
parent 4289293061
commit 201e772e15
4 changed files with 7 additions and 3 deletions

View File

@ -14,11 +14,11 @@
* -------------------------
*
* - Tiebreaking for simultaneous probing
* - Correct announcing method
* - Sending goodbye messages (zero ttl) - shutdown, DHCP lease about to expire, DHCP turned off...
* - Checking that source address of unicast requests are on the same network
* - Limiting multicast responses to 1 per second per resource record
* - Sending negative responses NSEC
* - Fragmenting replies if required
* - Handling multi-packet known answers
* - Handling multi-packet known answers (TC bit)
* - Individual known answer detection for all local IPv6 addresses
* - Dynamic size of outgoing packet
*/
@ -52,6 +52,7 @@
* This file is part of the lwIP TCP/IP stack.
*
* Author: Erik Ekman <erik@kryo.se>
* Author: Jasper Verschueren <jasper.verschueren@apart-audio.com>
*
*/

View File

@ -32,6 +32,7 @@
* This file is part of the lwIP TCP/IP stack.
*
* Author: Erik Ekman <erik@kryo.se>
* Author: Jasper Verschueren <jasper.verschueren@apart-audio.com>
*
*/

View File

@ -32,6 +32,7 @@
* This file is part of the lwIP TCP/IP stack.
*
* Author: Erik Ekman <erik@kryo.se>
* Author: Jasper Verschueren <jasper.verschueren@apart-audio.com>
*
*/

View File

@ -32,6 +32,7 @@
* This file is part of the lwIP TCP/IP stack.
*
* Author: Erik Ekman <erik@kryo.se>
* Author: Jasper Verschueren <jasper.verschueren@apart-audio.com>
*
*/
#ifndef LWIP_HDR_MDNS_PRIV_H