Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jiceatscion committed Sep 23, 2024
2 parents bac651f + 06a3c9b commit 465216e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ func generateAllSrcDst(hostAddr HostAddr, unique bool) []IAPair {

type HostAddr func(ia addr.IA) *snet.UDPAddr

// CSAddr reads the CS host Addr from the topology for the specified IA.
// CSAddr reads the tester host Addr from the topology for the specified IA.
// If the address cannot be found, the CS address is returned.
var CSAddr HostAddr = func(ia addr.IA) *snet.UDPAddr {
if a := loadAddr(ia); a != nil {
return a
Expand Down

0 comments on commit 465216e

Please sign in to comment.