Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Driver.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

public class Driver {
/**
* Text to prompt the user for input
* Text to prompt the user for input.
*/
public static final String TERMINAL_PROMPT = "Welcome!\n" +
"1. Connect to a person\n" +
Expand Down
2 changes: 1 addition & 1 deletion src/com/P2PChat/networking/ConnectionManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ConnectionManager {
/**
* The maximum number of failed tries after we give up trying to connect
*/
public static int maxNumTries = 10;
public static int maxNumTries = 15;

/**
* Get the current user's IP address.
Expand Down