Skip to content

Commit

Permalink
Reformat stagelinq discovery consts.
Browse files Browse the repository at this point in the history
  • Loading branch information
icedream committed Mar 15, 2024
1 parent dabe3e0 commit c26f347
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ var ErrInvalidMessageReceived = errors.New("invalid message received")
// message.
var ErrInvalidDiscovererActionReceived = errors.New("invalid discoverer action received")

const stagelinqDiscoveryNetwork = "udp"
const stagelinqDiscoveryAddressString = ":51337"
const (
stagelinqDiscoveryNetwork = "udp"
stagelinqDiscoveryAddressString = ":51337"
)

var magicBytes = []byte("airD")

Expand Down

0 comments on commit c26f347

Please sign in to comment.