1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Fixed bug when making multiple consecutive queries

This commit is contained in:
Lars Englund
2016-03-09 15:43:03 +01:00
parent 1569b3ba5d
commit 59c6667050
2 changed files with 17 additions and 17 deletions

View File

@ -124,6 +124,7 @@ private:
void _reply(uint8_t replyMask, char * service, char *proto, uint16_t port);
size_t advertiseServices(); // advertise all hosted services
MDNSAnswer* _getAnswerFromIdx(int idx);
int _getNumAnswers();
};
extern MDNSResponder MDNS;