Closed LasseRosenow closed 2 weeks ago
This PR adds the following new functions:
get_connection_state
try_reconnect
And the following new field:
expected_try_connect_duration
environment.c
Furthermore I improved the documentation of the network_channel.h file.
Memory usage after merging this PR will be:
Coverage after merging network-channel-improvements into main will be
This PR adds the following new functions:
get_connection_state
to check in what state the network channel is currently in.try_reconnect
to reestablish a connection after failure.And the following new field:
expected_try_connect_duration
to tellenvironment.c
for how long to sleep if a connection is not yet established.Furthermore I improved the documentation of the network_channel.h file.