You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #1277 from keep-network/network-overhaul-5
Context-aware Send BroadcastChannel interface with retransmission support
In #1255 we introduced context-aware message handler in Recv interface of net.BroadcastChannel and in #1260 we enhanced those handlers with retransmission support allowing them to filter out retransmissions of messages that have already been seen. Here, we make Send function context-aware and retransmit the message for the entire lifetime of the
provided context with a frequency provided by retransmission.Ticker set globally.
Retransmissions are filtered out in handlers.
Copy file name to clipboardExpand all lines: infrastructure/kube/templates/keep-client/initcontainer/provision-keep-client/keep-client-config-template.toml
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -28,11 +28,5 @@
28
28
# or DNS entries you want to route traffic through.
29
29
AnnouncedAddresses = []
30
30
31
-
# TODO: Make these configurable
32
-
# Number of retransmissions for each message
33
-
RetransmissionCycles = 5
34
-
# Milliseconds interval between each retransmission of a message
0 commit comments