-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmos.yml
40 lines (34 loc) · 892 Bytes
/
mos.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
author: mongoose-os
description: Mongoose Embedded Web Server Library
type: lib
version: 6.18
sources: [ src ]
includes: [ include ]
tags:
- net
- docs:net:Mongoose network lib
libs:
- location: https://github.com/mongoose-os-libs/mbedtls
- location: https://github.com/mongoose-os-libs/vfs-common
no_implicit_init_deps: true
init_after:
- lwip
cdefs:
MG_DISABLE_HTTP_KEEP_ALIVE: 1
MG_ENABLE_DNS: 1
MG_ENABLE_DNS_SERVER: 1
MG_ENABLE_HTTP_SSI: 0
MG_ENABLE_HTTP_STREAMING_MULTIPART: 1
MG_ENABLE_MQTT: 1
MG_ENABLE_SNTP: 1
MG_ENABLE_TUN: 0
MG_LOG_DNS_FAILURES: 1
MG_MAX_DNS_ANSWERS: 16
MG_MAX_DNS_QUESTIONS: 16
MG_MAX_HTTP_REQUEST_SIZE: 3072
MG_MAX_HTTP_SEND_MBUF: 1460
MG_MAX_PATH: 256
MG_SSL_IF_MBEDTLS_FREE_CERTS: 1
# Disabled for now because of fragmented handshake issue.
# MG_SSL_IF_MBEDTLS_MAX_FRAG_LEN: 1024
manifest_version: 2018-06-20