1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Dns server cleanup (#5194)

Clean up the DNSServer class.

Removed member variables that are not required outside a
member call lifetime, and add destructor/checks.

Fixes #5179
This commit is contained in:
Michael Miller
2018-10-04 09:53:17 -07:00
committed by Earle F. Philhower, III
parent 1de0c341b5
commit 656bf146bc
4 changed files with 96 additions and 67 deletions

View File

@ -1,5 +1,5 @@
name=DNSServer
version=1.1.0
version=1.1.1
author=Kristijan Novoselić
maintainer=Kristijan Novoselić, <kristijan.novoselic@gmail.com>
sentence=A simple DNS server for ESP8266.