Merge pull request #90 from nickbroon/UDP_CONNECT_BREAKAGE

DISABLE_UDP_CONNECT breaks example_code_2 test
master
Oliver Gasser 2017-12-14 15:47:13 +01:00 committed by GitHub
commit d2e9670b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ struct config myconfig = {
.coll_ip4_addr = DEFAULT_COLLECTOR_IP_ADDRESS,
.coll_port = 0,
.transport_protocol = UDP,
.mtu = 0,
.mtu = 1492, // Maximum IP on ethernet transmission unit size
.peer_fqdn = 0,
.certificate_chain_file = 0,
.private_key_file = 0,