CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/01/12 09:40:33
Modified files:
sbin/unwind : frontend.c unwind.c unwind.h
Log message:
Implement listening on 53/TCP
Since we are only serving localhost we could get away with doing
serving over UDP only because we have a huge MTU on lo0, it's still
not correct behavior.
This also enables sending truncated answers with TC set if the answer
does not fit into the edns announced udp size.
Testing at least by matthieu, jca, otto, phessler
OK phessler