Skip to content

Commit

Permalink
UCT/TCP: Increase keepalive interval from 1 to 10 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygx committed Jul 13, 2021
1 parent 8d5552e commit 939f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uct/tcp/tcp.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define UCT_TCP_EP_DEFAULT_KEEPALIVE_IDLE 10

/* The seconds between individual keepalive probes */
#define UCT_TCP_EP_DEFAULT_KEEPALIVE_INTVL 1
#define UCT_TCP_EP_DEFAULT_KEEPALIVE_INTVL 10


/**
Expand Down

0 comments on commit 939f3b0

Please sign in to comment.