Skip to content

Commit

Permalink
Constants: add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bk138 committed Dec 21, 2022
1 parent 9ea8485 commit cc0a669
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@

public class Constants {

/*
Preference keys and default values.
These are used by MainActivity and OnBootReceiver when firing up MainService, which
does not use preferences at all.
*/
public static final int DEFAULT_PORT_LISTEN = 5900;
public static final int DEFAULT_PORT_REVERSE = 5500;
public static final int DEFAULT_PORT_REPEATER = 5500;
Expand Down

0 comments on commit cc0a669

Please sign in to comment.