Skip to content

Commit

Permalink
Fix typo in lib/strategy/gossip.ex (bitwalker#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
zorbash authored and bitwalker committed Sep 2, 2017
1 parent 5a3e8f7 commit dfdaac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategy/gossip.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Cluster.Strategy.Gossip do
magic cookie. In this way, a cluster of nodes may be formed dynamically.
The gossip protocol is extremely simple, with a prelude followed by the node
name which sent the packet. The node name is paresed from the packet, and a
name which sent the packet. The node name is parsed from the packet, and a
connection attempt is made. It will fail if the two nodes do not share a cookie.
By default, the gossip occurs on port 45892, using the multicast address 230.1.1.251
Expand Down

0 comments on commit dfdaac5

Please sign in to comment.