|
a/libupnpp/discovery.hxx |
|
b/libupnpp/discovery.hxx |
|
... |
|
... |
48 |
* We need a separate thread to process the messages coming up
|
48 |
* We need a separate thread to process the messages coming up
|
49 |
* from libupnp, because some of them will in turn trigger other
|
49 |
* from libupnp, because some of them will in turn trigger other
|
50 |
* calls to libupnp, and this must not be done from the libupnp
|
50 |
* calls to libupnp, and this must not be done from the libupnp
|
51 |
* thread context which reported the initial message.
|
51 |
* thread context which reported the initial message.
|
52 |
*/
|
52 |
*/
|
53 |
static UPnPDeviceDirectory *getTheDir(time_t search_window = 1);
|
53 |
static UPnPDeviceDirectory *getTheDir(time_t search_window = 3);
|
54 |
|
54 |
|
55 |
/** Clean up before exit. Do call this.*/
|
55 |
/** Clean up before exit. Do call this.*/
|
56 |
static void terminate();
|
56 |
static void terminate();
|
57 |
|
57 |
|
58 |
typedef std::function<bool (const UPnPDeviceDesc&,
|
58 |
typedef std::function<bool (const UPnPDeviceDesc&,
|