minissdpd: update Changelog. minor modifs

This commit is contained in:
Thomas Bernard 2018-02-23 14:02:23 +01:00
parent ca779d47dc
commit f4a1a5e328
3 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,7 @@
$Id: Changelog.txt,v 1.47 2016/12/16 09:22:35 nanard Exp $
$Id: Changelog.txt,v 1.49 2018/02/23 13:01:23 nanard Exp $
2018/02/23:
Fix build with IPv6 disabled and SSDP_LISTEN_ON_SPECIFIC_ADDR enabled
2018/02/03:
Properly parse several requests read() at once

View File

@ -1,7 +1,7 @@
/* $Id: asyncsendto.c,v 1.7 2015/09/03 18:19:20 nanard Exp $ */
/* $Id: asyncsendto.c,v 1.8 2017/05/24 22:51:57 nanard Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2006-2016 Thomas Bernard
* (c) 2006-2017 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */

View File

@ -1,12 +1,14 @@
/* $Id: asyncsendto.h,v 1.2 2014/05/19 14:21:10 nanard Exp $ */
/* $Id: asyncsendto.h,v 1.3 2017/11/02 15:48:29 nanard Exp $ */
/* MiniUPnP project
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
* (c) 2006-2014 Thomas Bernard
* (c) 2006-2017 Thomas Bernard
* This software is subject to the conditions detailed
* in the LICENCE file provided within the distribution */
#ifndef ASYNCSENDTO_H_INCLUDED
#define ASYNCSENDTO_H_INCLUDED
/* for fd_set */
#include <sys/select.h>
/* sendto_schedule() : see sendto(2)
* schedule sendto() call after delay (milliseconds) */