Co-authored-by: Kevin P. Fleming <kpfleming@users.noreply.github.com>
class SOARecordContent;
struct FWCatz;
-// Please make sure that the struct below only contains value types since they are used as parameters in a thread ct
+// All members of this struct must be copyable, as they are used as parameters in a thread constructor
struct ZoneXFRParams
{
std::string name;
class ZoneXFR
{
public:
- // A struct that holds the condition var and related stuff to allow notifies to be sent to the tread owning
+ // A struct that holds the condition var and related stuff to allow notifies to be sent to the thread owning
// the struct.
struct ZoneWaiter
{
localAddress: IP address, default not set
axfrTimeout: number, default 20
groups:
- - name:
+ - name: optional group name
forwarders: [] Sequence of SocketAddress
recurse: bool, default false
notify: bool, default false