Skip to content

Commit

Permalink
Update number of responders
Browse files Browse the repository at this point in the history
Represents 5 multi-admin fabrics for operational, commissionable
and commissioner.
  • Loading branch information
cecille committed Jun 29, 2021
1 parent fd119f6 commit e74cfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/mdns/minimal/ResponseSender.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ class ResponseSendingState
class ResponseSender : public ResponderDelegate
{
public:
static constexpr size_t kMaxQueryResponders = 3;
// TODO(cecille): Template this and set appropriately. Please see issue #8000.
static constexpr size_t kMaxQueryResponders = 7;
ResponseSender(ServerBase * server) : mServer(server) {}

CHIP_ERROR AddQueryResponder(QueryResponderBase * queryResponder);
Expand Down

0 comments on commit e74cfad

Please sign in to comment.