Skip to content

Commit

Permalink
SIG: Pass both control and data address in probes (scionproto#3689)
Browse files Browse the repository at this point in the history
This changes the SIG wire format. It is a breaking change.
  • Loading branch information
sustrik authored and stygerma committed Apr 22, 2020
1 parent cea57b0 commit cf9b044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/sig/internal/sigcmn/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
CtrlPort int
DataAddr net.IP
DataPort int
CtrlConn *snet.Conn
CtrlConn snet.Conn
)

func Init(cfg sigconfig.SigConf, sdCfg env.SCIONDClient) error {
Expand Down

0 comments on commit cf9b044

Please sign in to comment.