project/mdnsd.git
9 years agodns: use bss instead of heap for buffers
Felix Fietkau [Tue, 3 Jun 2014 21:03:41 +0000 (23:03 +0200)]
dns: use bss instead of heap for buffers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
9 years agodns: use compile time initialization for structs, remove unnecessary call to inet_aton
Felix Fietkau [Tue, 3 Jun 2014 20:55:37 +0000 (22:55 +0200)]
dns: use compile time initialization for structs, remove unnecessary call to inet_aton

Also avoids excessive stack utilization for buffer

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
9 years agomake the code work for bridge interfaces
John Crispin [Tue, 27 May 2014 17:16:10 +0000 (18:16 +0100)]
make the code work for bridge interfaces

Signed-off-by: John Crispin <blogic@openwrt.org>
10 years agoimport v0.1
John Crispin [Thu, 16 Jan 2014 02:46:46 +0000 (02:46 +0000)]
import v0.1

Signed-off-by: John Crispin <blogic@openwrt.org>