Skip to content

Commit

Permalink
working on better hub integration in shark messenger.
Browse files Browse the repository at this point in the history
  • Loading branch information
thsc42 committed Aug 16, 2024
1 parent d850f79 commit b45d18b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified libs/ASAPJava.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/java/net/sharksystem/hub/hubside/Hub.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
public interface Hub {
/** first IP package was sent Oct, 29th 1969 */
int DEFAULT_PORT = 6910;
int DEFAULT_PORT = 6907;

/**
* Connect a peer that runs in the same JVM with the hub and is always present. This peer is meant to act as repeater.
Expand Down

0 comments on commit b45d18b

Please sign in to comment.