Skip to content

Add NS_CLIENT_MOCKREPLY

Witold Krecicki requested to merge wpk-mockreply into master

If NS_CLIENT_MOCKREPLY is defined, BIND will reply with empty answers to each query, without doing any processing. This can be used to test network stack performance. The code in this MR is compiled iff NS_CLIENT_MOCKREPLY is defined.

Merge request reports