The master should wait until all electable peers have acknowledged each permanent replication message (where "electable peer" means a client capable of being subsequently elected master of the replication group).

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public static AckPolicy ALL_PEERS
Visual Basic (Declaration)
Public Shared ALL_PEERS As AckPolicy
Visual C++
public:
static AckPolicy^ ALL_PEERS

See Also