Skip to content

Commit

Permalink
revert unneccessary dialchain chasge
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvc committed Feb 5, 2023
1 parent 23d190e commit e704940
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions heartbeat/monitors/active/dialchain/dialers.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ import (
//
// The dialer will update the active events with:
//
// {
// "tcp": {
// "port": ...,
// "rtt": { "connect": { "us": ... }}
// }
// }
// {
// "tcp": {
// "port": ...,
// "rtt": { "connect": { "us": ... }}
// }
// }
func TCPDialer(to time.Duration) NetDialer {
return CreateNetDialer(to)
}
Expand All @@ -56,12 +56,12 @@ func TCPDialer(to time.Duration) NetDialer {
//
// The dialer will update the active events with:
//
// {
// "udp": {
// "port": ...,
// "rtt": { "connect": { "us": ... }}
// }
// }
// {
// "udp": {
// "port": ...,
// "rtt": { "connect": { "us": ... }}
// }
// }
func UDPDialer(to time.Duration) NetDialer {
return CreateNetDialer(to)
}
Expand Down

0 comments on commit e704940

Please sign in to comment.