Skip to content

Commit

Permalink
Centralize resource cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe GOMES PEIXOTO committed Feb 21, 2018
1 parent 9afb7db commit 7546d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void SetupConfiguration()
this.Configuration.BufferSize = 512;
this.Configuration.MaximumNumberOfConnections = 10;
this.Configuration.Host = "127.0.0.1";
this.Configuration.Port = 4444;
this.Configuration.Port = 4445;
this.Configuration.Backlog = 10;
this.Configuration.Blocking = false;
}
Expand Down

0 comments on commit 7546d1c

Please sign in to comment.