Allow more servald's to be running during tests

This commit is contained in:
Jeremy Lakeman 2014-06-27 12:46:29 +09:30
parent 537a09812c
commit 186b6cbc2f

View File

@ -27,7 +27,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
int is_httpd_server_running();
#define HTTPD_PORT 4110
#define HTTPD_PORT_MAX 4150
#define HTTPD_PORT_MAX 4210
extern uint16_t httpd_server_port;
extern unsigned int httpd_request_count;