Add notes and links on SSDP

svn path=/trunk/; revision=38913
This commit is contained in:
Anders Broman 2011-09-07 09:02:09 +00:00
parent 0beb8db2a3
commit 0d89708ab2
1 changed files with 3 additions and 1 deletions

View File

@ -209,8 +209,10 @@ static gboolean http_decompress_body = FALSE;
#define TCP_PORT_DAAP 3689
/*
/* Simple Service Discovery Protocol
* SSDP is implemented atop HTTP (yes, it really *does* run over UDP).
* SSDP is the discovery protocol of Universal Plug and Play
* UPnP http://www.upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf
*/
#define TCP_PORT_SSDP 1900
#define UDP_PORT_SSDP 1900