Skip to content

Commit

Permalink
fix: Made default listen port OS assigned
Browse files Browse the repository at this point in the history
  • Loading branch information
TwoTenPvP committed Sep 11, 2019
1 parent 49b0817 commit 5976182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ruffles/Configuration/SocketConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class SocketConfig
/// <summary>
/// The port that will be used to listen on both IPv4 and IPv6 if UseDualMode is turned on.
/// </summary>
public ushort DualListenPort = 5674;
public ushort DualListenPort = 0;
/// <summary>
/// Whether or not the socket will listen on IPv4 and IPv6 in dual mode on the same port.
/// </summary>
Expand Down

0 comments on commit 5976182

Please sign in to comment.