mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
fixing TTL to 2 per spec
the v1.1 upnp spec indicates that the default TTL should be set to 2 (and should also be configurable): * http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf
This commit is contained in:
parent
fe495effe1
commit
dba2f92f78
@ -51,7 +51,7 @@ extern "C" {
|
||||
#define SSDP_METHOD_SIZE 10
|
||||
#define SSDP_URI_SIZE 2
|
||||
#define SSDP_BUFFER_SIZE 64
|
||||
#define SSDP_MULTICAST_TTL 1
|
||||
#define SSDP_MULTICAST_TTL 2
|
||||
static const IPAddress SSDP_MULTICAST_ADDR(239, 255, 255, 250);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user