We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a8db commit 9f96287Copy full SHA for 9f96287
src/uct/tcp/tcp.h
@@ -432,7 +432,8 @@ typedef struct uct_tcp_iface {
432
ucs_time_t intvl; /* The time between individual keepalive
433
* probes (TCP_KEEPINTVL socket option). */
434
} keepalive;
435
- uct_tcp_reachability_mode_t reachability_mode; /* Mode used for performing reachability check */
+ uct_tcp_reachability_mode_t
436
+ reachability_mode; /* Mode used for performing reachability check */
437
} config;
438
439
struct {
0 commit comments