]> git.meshlink.io Git - meshlink/commit
Make the maximum outgoing connection timeout runtime configurable.
authorGuus Sliepen <guus@meshlink.io>
Wed, 24 Jun 2020 20:22:01 +0000 (22:22 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 24 Jun 2020 20:22:01 +0000 (22:22 +0200)
commitda55b444c063c510f37e4f8527982eb86f01c7b3
treed30e3b18b2074b9902073574180b201014bb6fff
parentac1893fee5773e3c8f0c5ec0f24d5c0feaa0f7f4
Make the maximum outgoing connection timeout runtime configurable.

This moves maxtimeout to the dev_class_traits, and adds a function to
change it, similar to how we handle other configurable timeouts.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink_internal.h
src/net_setup.c
src/net_socket.c