File tree 4 files changed +96
-94
lines changed 4 files changed +96
-94
lines changed Original file line number Diff line number Diff line change 64
64
- name : Install apt-get dependencies
65
65
run : |
66
66
sudo apt-get install -y build-essential git python3-dev
67
- sudo apt-get install -y wget tar zlibc libssl-dev openssl cmake python-dev
67
+ sudo apt-get install -y wget tar zlib1g-dev libssl-dev openssl cmake
68
68
sudo apt-get clean -y
69
69
- name : Install boost
70
70
working-directory : ${{ github.workspace }}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ namespace aws { namespace iot { namespace securedtunneling { namespace settings
26
26
std::int32_t const DEFAULT_TCP_CONNECTION_RETRY_COUNT = -1 ;
27
27
28
28
char const * const KEY_TCP_CONNECTION_RETRY_DELAY_MS = " tunneling.proxy.tcp.connection_retry_delay_ms" ;
29
- std::uint32_t const DEFAULT_TCP_CONNECTION_RETRY_DELAY_MS = 1000 ;
29
+ std::uint32_t const DEFAULT_TCP_CONNECTION_RETRY_DELAY_MS = 2500 ;
30
30
31
31
char const * const KEY_MESSAGE_MAX_PAYLOAD_SIZE = " tunneling.proxy.message.max_payload_size" ;
32
32
// if this is too small with respect to the peer, this client will overflow
@@ -39,7 +39,7 @@ namespace aws { namespace iot { namespace securedtunneling { namespace settings
39
39
std::uint32_t const DEFAULT_MAX_ACTIVE_CONNECTIONS = 128 ;
40
40
41
41
char const * const KEY_WEB_SOCKET_PING_PERIOD_MS = " tunneling.proxy.websocket.ping_period_ms" ;
42
- std::uint32_t const DEFAULT_WEB_SOCKET_PING_PERIOD_MS = 5000 ;
42
+ std::uint32_t const DEFAULT_WEB_SOCKET_PING_PERIOD_MS = 20000 ;
43
43
44
44
char const * const KEY_WEB_SOCKET_CONNECT_RETRY_DELAY_MS = " tunneling.proxy.websocket.retry_delay_ms" ;
45
45
std::uint32_t const DEFAULT_WEB_SOCKET_CONNECT_RETRY_DELAY_MS = 2500 ;
You can’t perform that action at this time.
0 commit comments