From ef0f1e593f7af6463642154ec1eb675e1231cb45 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 1 Jul 2013 19:09:43 +0200 Subject: YunServer: added method to allow listening on localhost only --- libraries/Bridge/YunServer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libraries/Bridge/YunServer.h') diff --git a/libraries/Bridge/YunServer.h b/libraries/Bridge/YunServer.h index e1be55a..eb16703 100644 --- a/libraries/Bridge/YunServer.h +++ b/libraries/Bridge/YunServer.h @@ -35,9 +35,13 @@ public: virtual size_t write(uint8_t c) { /* TODO */ } + void listenOnLocalhost() { useLocalhost = true; } + void noListenOnLocalhost() { useLocalhost = false; } + private: uint16_t port; bool listening; + bool useLocalhost; BridgeClass &bridge; }; -- cgit v1.2.3-18-g5258