Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions libraries/ESP8266mDNS/src/LEAmDNS.h
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ class MDNSResponder
// for compatibility...
bool setHostname(const String& p_strHostname);

bool isRunning(void)
{
return (m_pUDPContext != 0);
}

/**
hMDNSService (opaque handle to access the service)
*/
Expand Down